mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14883] Remove extra tabbage
PHPBB3-14883
This commit is contained in:
@@ -739,9 +739,9 @@ function generate_forum_rules(&$forum_data)
|
|||||||
global $template;
|
global $template;
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'S_FORUM_RULES' => true,
|
'S_FORUM_RULES' => true,
|
||||||
'U_FORUM_RULES' => $forum_data['forum_rules_link'],
|
'U_FORUM_RULES' => $forum_data['forum_rules_link'],
|
||||||
'FORUM_RULES' => $forum_data['forum_rules'])
|
'FORUM_RULES' => $forum_data['forum_rules'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user