diff options
Diffstat (limited to 'phpBB/templates/Default/viewforum_body.tpl')
-rw-r--r-- | phpBB/templates/Default/viewforum_body.tpl | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/phpBB/templates/Default/viewforum_body.tpl b/phpBB/templates/Default/viewforum_body.tpl index 5be8f6f258..75a9e829cc 100644 --- a/phpBB/templates/Default/viewforum_body.tpl +++ b/phpBB/templates/Default/viewforum_body.tpl @@ -1,4 +1,44 @@ <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="{U_INDEX}">{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="{U_POST_NEW_TOPIC}"> + <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> + <tr> <td> <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> <tr> @@ -41,3 +81,37 @@ </tr> </table></td> </tr> +<tr> + <td> + <table border="0" width="100%" align="center" 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;}"><a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0"></a></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; height: 55px;}">{JUMPBOX}</td> + </tr> + </table> + </td> + </tr> + </table> + + </td> + </tr> + </table> + </td> +</tr>
\ No newline at end of file |