17.06.2008, 15:29
PHP-Code:
<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 valign="top">
<td>
<span style="font-size:120%">
<STRONG>Dein TEXT in FETTSCHRIFT.</STRONG>
<br>
<ul>
<li>Eine Auflistung</li>
</ul>
<br>
<span style="font-size:100%"><STRONG>Noch weitere Fragen? Dann schreibt einfach eine Email.</STRONG></span>
<br>
<td> </td>
<td valign="top">
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>News</strong></td>
</tr>
<tr>
<td class="trow1">Hier ensteht die Portal Seite.</td>
</tr>
</table>
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>Neue Box</strong></td>
</tr>
<tr>
<td class="trow1">Hier ensteht die Portal Seite.</td>
</tr>
</table>
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>