aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/viewtopic_header.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-03 22:10:23 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-03 22:10:23 +0000
commitaa8a051a981954b1d15d116fd2192d1e4778c8f6 (patch)
tree7aed219c2db7e5ec84e30fad84b7942173f81247 /phpBB/templates/Default/viewtopic_header.tpl
parentdf716e1e837e121bac29c987ccf4f9a8c68c8af2 (diff)
downloadforums-aa8a051a981954b1d15d116fd2192d1e4778c8f6.tar
forums-aa8a051a981954b1d15d116fd2192d1e4778c8f6.tar.gz
forums-aa8a051a981954b1d15d116fd2192d1e4778c8f6.tar.bz2
forums-aa8a051a981954b1d15d116fd2192d1e4778c8f6.tar.xz
forums-aa8a051a981954b1d15d116fd2192d1e4778c8f6.zip
Moved config, images vars to arrays and various other fixes
git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default/viewtopic_header.tpl')
-rw-r--r--phpBB/templates/Default/viewtopic_header.tpl8
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>&nbsp;
- <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>&nbsp;<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>