Kedvezményes nyárigumik
- Személyautó gumiSzemélyautó gumiabroncs
- Kisteher gumiGumiabroncs kereső
- Terepjáró gumiGumiabroncs kereső
- AcélfelniFelni kereső
?php //------------------------------ GET SELECT CONTENT ---------------------------- if (!class_exists('ApplicationModelContent')) { include_once APPLICATION_ROOT . 'application/models/Content.php'; } $content = new ApplicationModelContent('wsp_products'); $manufactures = $content->listGroupedContent("pts_J = '1'", 'pts_D', 'pts_D', 'ASC'); $seasons = $content->listGroupedContent("pts_J = '1'", 'pts_F', 'pts_F', 'ASC'); $widths = $content->listGroupedContent("pts_J = '1'", 'pts_G', 'pts_G', 'ASC'); $pers = $content->listGroupedContent("pts_J = '1'", 'pts_H', 'pts_H', 'ASC'); $colls = $content->listGroupedContent("pts_J = '1'", 'pts_I', 'pts_I', 'ASC'); // ----------------------------- POST SEARCH ----------------------------------- // Get searched products if (!class_exists('Application_Model_Search')) { include_once APPLICATION_ROOT . 'application/models/Search.php'; } $search = new Application_Model_Search('wsp_products'); $where = "pts_F = 'Nyárigumi' AND pts_S = '1' "; // Save to Session $_SESSION['where'] = $where; $searchProducts = $search->searchProduct($where, 'pts_V', 'ASC'); // GET content $content = new ApplicationModelContent('wsp_contents'); $entry = $content->simpleContent('kedvezmenyes-nyarigumik', 'con_clean_url'); $TITLE = 'Kedvezményes nyárigumik|Gumiexpo webáruház '; $KEYWORDS = 'autogumi, keresés, Gumiexpo, webáruház, kedvezményes nyárigumik '; $DESCRIPTION = 'Kedvezményes olcsó nyárigumik listája'; addToBreadcrumb('Kedvezményes-nyarigumik', 'Kedvezményes nyárigumik');