mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
Forum description to template
git-svn-id: file:///svn/phpbb/trunk@3029 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -135,7 +135,8 @@ $template->assign_block_vars('navlinks', array(
|
||||
|
||||
$template->assign_vars(array(
|
||||
'FORUM_ID' => $forum_id,
|
||||
'FORUM_NAME' => $forum_data['forum_name']
|
||||
'FORUM_NAME' => $forum_data['forum_name'],
|
||||
'FORUM_DESC' => $forum_data['forum_desc']
|
||||
));
|
||||
|
||||
if ($forum_data['forum_postable'])
|
||||
|
Reference in New Issue
Block a user