PHP-Code:
<?menuehead("Infos zur Seite");?>
<ul>
<li><a href="?content=/intern/top10"><span>:: </span>TOP10</a></li>
<li><a href="?content=/intern/mediadaten"><span>:: </span>Mediadaten</a></li>
<li><a href="?content=/intern/agbs"><span>:: </span>AGB</a></li>
<li><a href="?content=/intern/faqs"><span>:: </span>FAQ</a></li>
<li><a href="?content=/intern/werbemittel"><span>:: </span>Werbemittel</a></li>
<li><a href="?content=/intern/impressum"><span>:: </span>Impressum</a></li>
</ul>
<?menuefoot();?>
<? if ($_SESSION['login'] == 'true') {?>
<?menuehead("Konto");?>
<table width="120" border="0">
<tr>
<td><div align="left"><strong>Nickname:</strong></div></td>
<td><div align="right">
<?=$kontoinfo['nickname'];?>
</div></td>
</tr>
<tr>
<td><strong>Maxxiespoints:</strong></td>
<td><div align="right">
<?=number_format($kontoinfo['kontostand'],2,",",".")?>
</div></td>
</tr>
</table>
<?menuefoot();?>
<?menuehead("Bonus");?>
<li><a href="?content=/verdienen/bonusaktionen"><span>:: </span>Bonusaktionen</a></li>
<?menuefoot();?>
<?menuehead("Wer ist online");
include ("lib/weristonline.php");
menuefoot();
}
$filename = 'lib/texte/box1.txt';
$fp = fopen ($filename, "r");
$inhalt = fread ($fp, filesize ($filename));
fclose ($fp);
$inhalt = str_replace('\\', '', $inhalt);
if ($inhalt != ''){
menuehead("Werbung");
echo nl2br($inhalt);
menuefoot();
}
?>
wäre nett wenn mir hier geholfen werden würde
Also er zeigt mir dann nur beides an wenn ich auf Kontoübersicht gehe ansonnsten steht da nichts