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

Размер файла: 1.6Kb
<?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'<font color="black">Незабудь купить себе модный аксесуар</font><br><hr>';
echo'&#187;<a href="../games/blut.php?'.SID.'"><font color="red">Гарнитура</font></a> BTS<br>';
echo'&#187;<a href="../games/mp3.php?'.SID.'"><font color="red">Плеер</font></a> MP3<br>';
echo'&#187;<a href="../games/mobi.php?'.SID.'"><font color="red">Телефоны</font></a> GSM<br>';
echo'&#187;<a href="../games/kpk.php?'.SID.'"><font color="red">Карманый</font></a> КПК<br>';
echo'&#187;<a href="../games/gps.php?'.SID.'"><font color="red">Навигатор</font></a> GPS<br>';
echo'&#187;<a href="../games/buk.php?'.SID.'"><font color="red">Переносной</font></a> Комп<br>';
echo'&#187;<a href="../games/robot.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";
?>