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

Размер файла: 1.22Kb
<?
require_once ('../includes/start.php');
require_once ('../includes/functions.php');
require_once ('../includes/header.php');
include_once ('../themes/' . $config['themes'] . '/index.php');
echo '<div class="a">



<img src="7.png" alt=""> <b>Камни талисманы.</b><br><br>
</div>










<img src="7.png" alt=""> <a href="1.php">Близнецы</a><br />
<img src="7.png" alt=""> <a href="2.php">Дева</a><br />
<img src="7.png" alt=""> <a href="3.php">Козерог</a><br />
<img src="7.png" alt=""> <a href="4.php">Лев</a><br />
<img src="7.png" alt=""> <a href="5.php">Овен</a><br />
<img src="7.png" alt=""> <a href="6.php">Рак</a><br />
<img src="7.png" alt=""> <a href="7.php">РыбЫ</a><br />
<img src="7.png" alt=""> <a href="8.php">Скорпион</a><br />
<img src="7.png" alt=""> <a href="9.php">Стрелец</a><br />
<img src="7.png" alt=""> <a href="10.php">Телец</a><br />
<img src="7.png" alt=""> <a href="11.php">Весы</a><br />
<img src="7.png" alt=""> <a href="12.php">Водолей</a><br />
<br>';
echo '<img src="../images/img/homepage.gif" alt="image" /> <a href="../index.php?' . SID . '">На главную</a>';
include_once ("../themes/" . $config['themes'] . "/foot.php");
?>