Просмотр файла games/avtosalon.php

Размер файла: 1.31Kb
<?php
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/maincore.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";

echo'<font color="red">Автосалоны</font><br><hr>';
echo'Здесь ты можешь приобрести авто на любой вкус<br><hr>';
echo'&#187;<a href="car.php?'.SID.'"><font color="red">Автомобили</font></a><br>';
echo'&#187;<a href="car1.php?'.SID.'"><font color="red">Премиум класс</font></a><br>';
echo'&#187;<a href="car2.php?'.SID.'"><font color="red">Спорткары</font></a><br>';
echo'&#187;<a href="car3.php?'.SID.'"><font color="red">Быстрые авто</font></a><br>';
echo'&#187;<a href="car4.php?'.SID.'"><font color="red">Не для бедных</font></a><hr>';
echo'<font color="black">Ну как? Денег то хватило :)</font>';
echo'<hr>&#187;<a href="../index.php?'.SID.'"><font color="red">На главную</font></a><br>';

include_once"../themes/$config_themes/foot.php";
?>