aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/viewforum_footer.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Default/viewforum_footer.tpl')
-rw-r--r--phpBB/templates/Default/viewforum_footer.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/viewforum_footer.tpl b/phpBB/templates/Default/viewforum_footer.tpl
index c55d8ce53b..a89b71de55 100644
--- a/phpBB/templates/Default/viewforum_footer.tpl
+++ b/phpBB/templates/Default/viewforum_footer.tpl
@@ -8,7 +8,7 @@
<td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr>
- <td align="left" style="{font-size: 8pt;}"><a href="posting.{PHPEX}?mode=newtopic&{S_FORUMS_URL}={FORUM_ID}"><img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0"></a></td>
+ <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>