include_once("./common.inc.php"); if ( !isset($_GET['p']) || ($_GET['p'] != 1 && $_GET['p'] != 2 && $_GET['p'] != 3 && $_GET['p'] != 4 && $_GET['p'] != 5 && $_GET['p'] != 6 && $_GET['p'] != 7 && $_GET['p'] != 8) ) exit(); switch ($_GET['p']) { case 1: $strTitle = 'Визы'; $strH = 'Визы'; $fileName = "./information/"."visi.txt"; break; case 2: $strTitle = 'Авиабилеты'; $strH = 'Авиабилеты'; $fileName = "./information/"."aviabileti.txt"; break; case 3: $strTitle = 'Аренда машины, автомобиля | Автомобили, машины в аренду в Европе'; $strH = 'Аренда машины, автомобиля | Автомобили, машины в аренду в Европе'; $fileName = "./information/"."auto_arenda.txt"; break; case 4: $strTitle = 'Реклама на сайте'; $strH = 'Реклама на сайте'; $fileName = "./information/"."reklama.txt"; break; case 5: $strTitle = 'Способы оплаты'; $strH = 'Способы оплаты'; $fileName = "./information/"."oplata.txt"; break; case 6: $strTitle = 'Правила бронирования аренды домов и апартаментов'; $strH = 'Правила бронирования аренды домов и апартаментов'; $fileName = "./information/"."pravila.txt"; break; case 7: $strTitle = 'КОРПОРАТИВНЫЙ ОТДЫХ И СЕМЕЙНЫЕ ТОРЖЕСТВА'; $strH = 'Корпоративный отдых и семейные торжества'; $fileName = "./information/"."prazdniki.txt"; break; case 8: $strTitle = 'О КОМПАНИИ'; $strH = 'О компании'; $fileName = "./information/"."compani.txt"; break; } $strFileName = "items.php"; $strKeywords = $strTitle; $strDescription = $strTitle; include_once("./header.inc.php"); ?>
echo $strH;?> |
![]() |