mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Compatibility and template updates
git-svn-id: file:///svn/phpbb/trunk@145 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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++)
|
||||
|
Reference in New Issue
Block a user