".text('admin.php').""; //Mitgliederliste if ($rechte[1]!="0") echo "".text('member.php').""; //eigene Truppen echo "".text('user.php').""; //umkreissuche if ($rechte[2]!="0") echo "".text('umkreis.php').""; //Statistik if ($rechte[3]!="0") echo "".text('stat.php').""; //Passwort ändern echo "".text('changepw.php').""; //FAQ echo "".text('faq.php').""; //Logout echo "".text('logout.php').""; } ?>