battles/top_menu.php

22 lines
923 B
PHP

<?php
require_once 'classes/Battles/Template.php';
\Battles\Template::header('top_menu') ?>
<style>
* {
margin: 0;
}
div {
text-align: right;
}
</style>
<div class="button-container">
<div class="button-group">
<a class="button" href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
<a class="button" href="/main.php?edit=1" title="Персонаж" target="gameframe">Персонаж</a>
<a class="button" href="/clan.php" title="Клан" target="gameframe">Клан</a>
<a class="button" href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
<a class="button" href="/forum.php" title="Форум" target="gameframe">Форум</a>
</div>
<a class="button danger icon remove" href="/main.php?exit" title="Выход" target="_top">Выход</a>
</div>