aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-04-15 14:34:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-04-15 14:34:52 +0000
commit079fc418f90b2f5a98303e4557b72add0b3f11e7 (patch)
tree4e03ddece27f04653ab0dfb0355f1d1f2a799f3d /phpBB/index.php
parent5ff33e38fee9d6e651fc9a5ff283c357d29ef266 (diff)
downloadforums-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/index.php')
-rw-r--r--phpBB/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 79c0a9644b..4c297e1a8e 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -107,6 +107,7 @@ if($total_categories)
{
$template->assign_block_vars("catrow", array("CAT_ID" => $category_rows[$i]["cat_id"],
"PHP_SELF" => $PHP_SELF,
+ "POST_FORUM_URL" => POST_FORUM_URL,
"CAT_DESC" => stripslashes($category_rows[$i]["cat_title"])));
for($j = 0; $j < $total_forums; $j++)