mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
add a little bit more information for style authors
ease the jumpbox handling a little bit git-svn-id: file:///svn/phpbb/trunk@4870 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1002,7 +1002,8 @@ $forum_data = array(
|
||||
'forum_parents' => $forum_parents,
|
||||
'forum_name' => $forum_name,
|
||||
'forum_id' => $forum_id,
|
||||
'forum_desc' => ''
|
||||
'forum_type' => $forum_type,
|
||||
'forum_desc' => $forum_desc
|
||||
);
|
||||
generate_forum_nav($forum_data);
|
||||
|
||||
|
Reference in New Issue
Block a user