Файл: _modules/main/index.php
Строк: 38
<?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 class="center"><img src="'.ico.'start.png"></div>
    <div class="line"></div>
    <div style="margin: 5px;">
    <a href="/main/faq" class="weapon"><table width="100%"><tbody><tr>
    <td class="attack-icon" width="16px" valign="top"><img width="16px" src="'.ico.'info.png"></td>
    <td class="attack-text">FAQ<br><small>Помощь по игре</small></td>
    </tr></tbody></table>
    </a>
    <a href="/main/biling" class="weapon"><table width="100%"><tbody><tr>
    <td class="attack-icon" width="16px" valign="top"><img width="16px" src="'.ico.'biling.png"></td>
    <td class="attack-text">Билинг<br><small>Покупка $</small></td>
    </tr></tbody></table>
    </a>
    <a href="/main/donat" class="weapon"><table width="100%"><tbody><tr>
    <td class="attack-icon" width="16px" valign="top"><img width="16px" src="'.ico.'donat.png"></td>
    <td class="attack-text">Магазин<br><small>Покупка лучших автоматов,брони и тд.</small></td>
    </tr></tbody></table>
    </a>
    <a href="/main/info" class="weapon"><table width="100%"><tbody><tr>
    <td class="attack-icon" width="16px" valign="top"><img width="16px" src="'.ico.'in.png"></td>
    <td class="attack-text">Энциклопедия<br><small>Информация для ознакомления</small></td>
    </tr></tbody></table>
    </a>
    </div>
    <div class="line"></div>
    ';
    # foot
    require_once ( foot );
?>