diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-15 14:34:52 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-15 14:34:52 +0000 |
commit | 079fc418f90b2f5a98303e4557b72add0b3f11e7 (patch) | |
tree | 4e03ddece27f04653ab0dfb0355f1d1f2a799f3d /phpBB/templates/Default | |
parent | 5ff33e38fee9d6e651fc9a5ff283c357d29ef266 (diff) | |
download | forums-079fc418f90b2f5a98303e4557b72add0b3f11e7.tar forums-079fc418f90b2f5a98303e4557b72add0b3f11e7.tar.gz forums-079fc418f90b2f5a98303e4557b72add0b3f11e7.tar.bz2 forums-079fc418f90b2f5a98303e4557b72add0b3f11e7.tar.xz forums-079fc418f90b2f5a98303e4557b72add0b3f11e7.zip |
Compatibility and template updates
git-svn-id: file:///svn/phpbb/trunk@145 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r-- | phpBB/templates/Default/index_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/index_body.tpl b/phpBB/templates/Default/index_body.tpl index 0891525721..d110ec2ee6 100644 --- a/phpBB/templates/Default/index_body.tpl +++ b/phpBB/templates/Default/index_body.tpl @@ -19,7 +19,7 @@ <!-- BEGIN forumrow --> <tr bgcolor="{catrow.forumrow.ROW_COLOR}" class="tablebody"> <td width="5%" align="center" valign="middle">{catrow.forumrow.FOLDER}</td> - <td><a href="viewforum.{PHPEX}?forum_id={catrow.forumrow.FORUM_ID}&{catrow.forumrow.POSTS}">{catrow.forumrow.FORUM_NAME}</a><br>{catrow.forumrow.FORUM_DESC}</td> + <td><a href="viewforum.{PHPEX}?{catrow.POST_FORUM_URL}={catrow.forumrow.FORUM_ID}&{catrow.forumrow.POSTS}">{catrow.forumrow.FORUM_NAME}</a><br>{catrow.forumrow.FORUM_DESC}</td> <td width="5%" align="center" valign="middle">{catrow.forumrow.TOPICS}</td> <td width="5%" align="center" valign="middle">{catrow.forumrow.POSTS}</td> <td width="15%" align="center" valign="middle">{catrow.forumrow.LAST_POST}</td> |