phpbb/phpBB/templates/Default/newtopic_header.tpl
Paul S. Owen 4e056b99a9 Now allow for GET based session
git-svn-id: file:///svn/phpbb/trunk@258 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-06 16:58:36 +00:00

18 lines
482 B
Smarty

<tr>
<td>
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr>
<td align="center" style="{font-size: 8pt;}">
{L_POSTNEWIN}<br>
<a href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>