1
0
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:
Meik Sievertsen
2004-03-20 17:06:21 +00:00
parent ba7008b387
commit fa36798694
5 changed files with 84 additions and 50 deletions

View File

@@ -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);