diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-28 23:43:22 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-28 23:43:22 +0000 |
commit | 3ef0ecf9eda97ed187084680b87395947e28d78a (patch) | |
tree | 57083f3eddeb8e5d1ea4e4578f043524839682d0 /phpBB/templates/Default/index_body.tpl | |
parent | 2f50dea9f79d7bb57b9d37323498d426a7d2bd50 (diff) | |
download | forums-3ef0ecf9eda97ed187084680b87395947e28d78a.tar forums-3ef0ecf9eda97ed187084680b87395947e28d78a.tar.gz forums-3ef0ecf9eda97ed187084680b87395947e28d78a.tar.bz2 forums-3ef0ecf9eda97ed187084680b87395947e28d78a.tar.xz forums-3ef0ecf9eda97ed187084680b87395947e28d78a.zip |
Corrected error in viewing categories
git-svn-id: file:///svn/phpbb/trunk@211 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default/index_body.tpl')
-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 a3a0def4f4..3d363bc65f 100644 --- a/phpBB/templates/Default/index_body.tpl +++ b/phpBB/templates/Default/index_body.tpl @@ -12,7 +12,7 @@ </tr> <!-- BEGIN catrow --> <tr class="catheader"> - <td colspan="6"><a href="">{catrow.CAT_DESC}</a></td> + <td colspan="6"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td> </tr> <!-- BEGIN forumrow --> <tr bgcolor="{catrow.forumrow.ROW_COLOR}" class="tablebody"> |