21.12.2008, 18:08
Ersetze den Templateinhalt bitte mal durch diesen:
Code:
<html>
<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead">
<strong>{$pm['subject']}</strong>
</td>
</tr>
<tr><td>
{$action_time}
{$message}
</td>
</tr>
</table>
</td>
</tr>
</table>
{$footer}
</body>
</html>