1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 13:05:44 +02:00
php-phpbb/phpBB/templates/Default/viewforum_header.tpl
Bart van Bragt 52c15e54c6 Cosmetic change, added NOWRAP to table cell
git-svn-id: file:///svn/phpbb/trunk@52 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-02-24 23:13:54 +00:00

41 lines
1.5 KiB
Smarty

<tr>
<td>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr>
<td align="left" style="{font-size: 8pt; height: 55px;}" nowrap>
<div style="{font-size: 10pt; font-weight: bold}">{FORUM_NAME}</div>
Moderated by - {MODERATORS}<br>
<a href="index.{PHPEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}
</td>
</tr>
</table>
</td>
</tr>
</table>
<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="right" style="{font-size: 8pt;}">
<a href="posting.{PHPEX}?mode=newtopic&forum_id={FORUM_ID}">
<img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>