<?php
/*
* Alliances Manager (Gestionador de Alianzas) - Travian
* Copyright (C) 2008-12 Viva Mayer, Francisco MesÃas <hide@address.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if (isset($_SESSION['usuario']) and !isset($sinoentra)) {
?>
<table width="500" height="100" border="0" align="center" cellpadding="0" cellspacing="0" class="table">
<tr>
<td align="center"><a href="?ctrl=Tropas&mod=tropas"><?=self::$texto->get('TOP01')?></a></td>
<td align="center"><a href="?ctrl=Admin&mod=miembros"><?=self::$texto->get('TOP02')?></a></td>
<td align="center"><a href="?ctrl=Admin&mod=resumen"><?=self::$texto->get('TOP03')?></a></td>
<td align="center"><a href="?ctrl=Tropas&mod=Buscador"><?=self::$texto->get('TOP04')?></a></td>
<td align="center"><a href="?ctrl=Extras&mod=npc"><?=self::$texto->get('TOP05')?></a></td>
<td align="center"><a href="?ctrl=App&mod=FAQ"><?=self::$texto->get('TOP06')?></a></td>
</tr>
</table>
<?php
} else { echo "<center><img src=\"imagenes/logo.gif\"/></center>";}
?>