diff options
Diffstat (limited to 'phpBB/templates/Default/viewtopic_footer.tpl')
-rw-r--r-- | phpBB/templates/Default/viewtopic_footer.tpl | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/phpBB/templates/Default/viewtopic_footer.tpl b/phpBB/templates/Default/viewtopic_footer.tpl deleted file mode 100644 index 0b03860f44..0000000000 --- a/phpBB/templates/Default/viewtopic_footer.tpl +++ /dev/null @@ -1,40 +0,0 @@ -<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="125" alt="Post New Topic" border="0"></a> - <a href="{U_POST_REPLY_TOPIC}"> - <img src="images/reply.jpg" height="50" width="125" alt="Reply to this 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> |