Файл: xmyx.ru/user/guest.php
Строк: 70
<?
include_once $_SERVER['DOCUMENT_ROOT'] . '/sys/inc/home.php';
include_once H.'sys/inc/start.php';
include_once H.'sys/inc/compress.php';
include_once H.'sys/inc/sess.php';
include_once H.'sys/inc/settings.php';
include_once H.'sys/inc/db_connect.php';
include_once H.'sys/inc/ipua.php';
include_once H.'sys/inc/fnc.php';
include_once H.'sys/inc/user.php';
only_unreg();
$set['title'] = 'Разделы сайта';
include_once H.'sys/inc/thead.php';
title();
?>
<div class="main">
<!-- Startpage -->
<div class="list_item grey_bg">
<table class="table__wrap table_no_borders show_icons"> <tbody><tr>
<td class="table__cell b m text_left"> Разделы сайта </td>
</tr> </tbody></table>
</div>
<a href="/user/dating/" class="link darkblue">
<img src="/style/i/love_bright_m.png" alt="" class="m p16"> <span class="m">Знакомства</span>
</a>
<a href="/user/blogs/?List=0" class="link darkblue">
<img src="/style/i/diary_bright_m.png" alt="" class="m p16"> <span class="m">Блоги</span>
</a>
<a href="/forum/" class="link darkblue">
<img src="/style/i/forum_bright_m.png" alt="" class="m p16"> <span class="m">Форум</span>
</a>
<a href="/plugins/rules/" class="link darkblue">
<img src="/style/i/ico/info.png" alt="" class="m p16"> <span class="m">Информация</span>
</a>
<a href="/user/users.php" class="link darkblue">
<img src="/style/i/people_bright_m.png" alt="" class="m p16"> <span class="m">Люди</span>
</a>
<a href="/" class="link darkblue return full_link"> <img src="/style/i/str_prev.png" alt="" class="m"> Назад </a>
<div style="height: 1px;"></div>
</div>
<?
include_once H.'sys/inc/tfoot.php';
?>