diff options
Diffstat (limited to 'phpBB/index.php')
| -rw-r--r-- | phpBB/index.php | 1 |
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++) |
