Файл: _modules/setting/index.php
Строк: 21
<?php
# mark core v1.0
# author Drk in
# date 24.10.19
# core
require_once ( $_SERVER['DOCUMENT_ROOT']."/_core/system.php" );
# user
system::access(true);
# meta
$title = 'Настройки :: '.domain;
# head
require_once ( head );
echo '
<div style="margin: 5px;">
<a href="/setting/anketa" class="weapon">
<table width="100%"><tbody><tr>
<td class="attack-icon" width="16px" valign="top"><img width="16px" src="'.ico.'friends.png"></td>
<td class="attack-text">Анкета<br>
<small>Информация персонажа</small></td></tr></tbody></table></a>
<a href="/setting/password" class="weapon">
<table width="100%"><tbody><tr>
<td class="attack-icon" width="16px" valign="top"><img width="16px" src="'.ico.'settings.png"></td>
<td class="attack-text">Пароль<br>
<small>Изменить пароль</small></td></tr></tbody></table></a>
</div>
<div class="line"></div>
';
# foot
require_once ( foot );
?>