Row_by_id('sections', 9); // разбиваем запрос на отдельные переменные // title $title = $page['title']; // keywords $keywords = $page['keywords']; // description $description = $page['description']; // content $content = $page['value']; // запрос слайдера $slide_s = $db->Array_where('slides', 'ORDER BY position'); // запрос банеров //$banners = $db->Array_where('banners', 'ORDER BY position LIMIT 5'); // запрос side_ads $categories = $db->Array_where('level_1', 'ORDER BY position'); $featured_s = $db->Array_where('products', 'WHERE number_1 = 1 ORDER BY position LIMIT 5'); $banners = $db->Array_where('banners', 'ORDER BY position'); ///////////////////////////////////////////////////////////// // кодировка header('Content-type: text/html; charset=utf-8'); // подключение шаблона include_once('templates/index.php');