diff options
Diffstat (limited to 'phpBB/templates/Default/viewtopic_header.tpl')
-rw-r--r-- | phpBB/templates/Default/viewtopic_header.tpl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/templates/Default/viewtopic_header.tpl b/phpBB/templates/Default/viewtopic_header.tpl index 323162b098..352af43c9f 100644 --- a/phpBB/templates/Default/viewtopic_header.tpl +++ b/phpBB/templates/Default/viewtopic_header.tpl @@ -9,7 +9,7 @@ <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <tr> <td align="left" valign="bottom" style="{font-size: 8pt; height: 55px;}" nowrap> - <a href="index.{PHPEX}">{SITENAME} - Forum Index</a> >> <a href="viewforum.{PHPEX}?{S_FORUMS_URL}={FORUM_ID}">{FORUM_NAME}</a> >> {TOPIC_TITLE} + <a href="{U_INDEX}">{SITENAME} - Forum Index</a> >> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> >> {TOPIC_TITLE} </td> </tr> </table> @@ -22,11 +22,7 @@ <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&{S_FORUMS_URL}={FORUM_ID}"> - <img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a> - <a href="posting.{PHPEX}?mode=reply&{S_TOPICS_URL}={TOPIC_ID}"> - <img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0"> - </a> + <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> |