Размер файла: 2.7Kb
<?php
// by Golem http://veplog.ru
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.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";
include_once"../template/isset.php";
echo'<div class="tp">Другие разделы</div>
<div class="tpanel">Спорт/Экстрим/Танцы</div><div class="body">
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/parkour.php">Паркур</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/tektonik.php">Тектоник</a></div>
<div class="tpanel">Сервисы</div><div class="body">
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/kurs_valut.php">Курс валют</a></div>
<div class="tpanel">Развлечения</div><div class="body">
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/fan_yand.php">Смешные запросы Яндекса!</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/crazy_st.php">Убойные статусы Аськи и Квипа</a></div>
<div class="tpanel">Полезное</div><div class="body">
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/pikap.php">Пикап</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/gta4.php">Все GTA IV</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/smile.php">Все о смайлах</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/kontakt.php">Все о вконтакте</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/keeper.php">Все о GSM Keeper</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/ribalka_ohota.php">Рыбалка и охота</a></div>
<div class="tpanel">Разное</div><div class="body">
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/icq.php">Все про Opera & ICQ</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/mob_secrets.php">Мобильные секреты</a><br />
<img src="../images/img/act.gif" alt=""> <a href="http://veplog.ru/other/faq.php">Частые вопросы</a></div>';
echo'<div class=btm> <a href="../index.php?'.SID.'">На главную</a></div>';
include_once"../themes/$config_themes/foot.php";
?>