12.09.2009, 20:30
Ach sorry
Wie beschrieben an der Stelle wo es hinsoll
Zitat:<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td> </td>
<td valign="top">
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>Zusätzliche Portal-Box</strong></td>
</tr>
<tr>
<td class="trow1">Dies ist eine zusätzliche Portal-Box,
in der u. a. HTML-Code verwendet werden kann, z. B.:<br />-
weitere, kurze Infos<br />- Verweise/Links zu anderen
Seiten</td>
</tr>
</table>{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>
Wie beschrieben an der Stelle wo es hinsoll