Просмотр файла test_motor18/index.php

Размер файла: 2.08Kb
<?php
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=c><b>Онлайн Тесты:<br></b></font></div> 
» <a href="../test_motor18/test_sosed.php">Хороший ли вы сосед?</a><br>
» <a href="../test_motor18/test_vred_priv.php">Не много ли у тебя <br>вредных привычек?</a><br>
» <a href="../test_motor18/test_na_zasten_dly_devushek.php">Насколько вы <br>застенчивы? (Для девушек)</a><br>
» <a href="../test_motor18/test_dobrii_li_vi_chelovek.php">Добрый ли вы человек?</a><br>
» <a href="../test_motor18/test_mojnoli_vipuskat_na_ulicu.php">Можно ли тебя <br>выпускать на улицу?</a><br>
» <a href="../test_motor18/test_mojnoli_vipuskat_v_les.php">Можно ли тебя пускать в лес?</a><br>
» <a href="../test_motor18/test_pomeshann_na_tv.php">Являешься ли ты помешанным(ой) <br>на телевидении?</a><br>
» <a href="../test_motor18/test_jadnii_li_ti_chel.php">Жадный ли ты человек?</a><br>
» <a href="../test_motor18/test_na_doverch.php">Тест на доверчивость</a><br>
» <a href="../test_motor18/test_schast_sem_life.php">Ожидает ли тебя счастье <br>в семейной жизни?</a><br>
» <a href="../test_motor18/test_na_suevernosty.php">Суеверны ли вы?</a><br>
» <a href="../test_motor18/test_tarakans.php">Есть ли у Вас в голове тараканы?</a><br>';
echo'<br><img src="../images/img/homepage.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a>';
include_once "../themes/$config_themes/foot.php";
?>