aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-06 16:26:16 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-06 16:26:16 +0000
commit93fb7ac165c9d770f0e7c7d7e8edb8003d586ad4 (patch)
tree61b07f120367c2b3fae806aefebcd5d9778c2a73 /phpBB/templates
parent6a7495102901ccd970cb0da405cd5444e84d3f46 (diff)
downloadforums-93fb7ac165c9d770f0e7c7d7e8edb8003d586ad4.tar
forums-93fb7ac165c9d770f0e7c7d7e8edb8003d586ad4.tar.gz
forums-93fb7ac165c9d770f0e7c7d7e8edb8003d586ad4.tar.bz2
forums-93fb7ac165c9d770f0e7c7d7e8edb8003d586ad4.tar.xz
forums-93fb7ac165c9d770f0e7c7d7e8edb8003d586ad4.zip
Now allow for GET based session
git-svn-id: file:///svn/phpbb/trunk@257 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/Default/viewforum_header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/viewforum_header.tpl b/phpBB/templates/Default/viewforum_header.tpl
index dfc5c52b49..abdfebf3e5 100644
--- a/phpBB/templates/Default/viewforum_header.tpl
+++ b/phpBB/templates/Default/viewforum_header.tpl
@@ -11,7 +11,7 @@
<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="index.{PHPEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}
+ <a href="{U_INDEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}
</td>
</tr>
</table>