1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 13:05:44 +02:00
php-phpbb/phpBB/templates/Default/newtopic_header.tpl
James Atkinson 9ef35696d2 Started on posting.php, got the logic done for displaying the new topic form
git-svn-id: file:///svn/phpbb/trunk@83 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-03-07 06:53:39 +00:00

19 lines
505 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="viewforum.{PHPEX}?forum_id={FORUM_ID}">{FORUM_NAME}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>