From 079fc418f90b2f5a98303e4557b72add0b3f11e7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 15 Apr 2001 14:34:52 +0000 Subject: Compatibility and template updates git-svn-id: file:///svn/phpbb/trunk@145 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/index.php') 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++) -- cgit v1.2.1