mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update viewforum.php
This commit is contained in:
parent
61eec47bc1
commit
0ad6e66fc1
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ if (!$forum_id or !$forum_data = @$forums['forum'][$forum_id]) {
|
|||
bb_die($lang['FORUM_NOT_EXIST']);
|
||||
}
|
||||
|
||||
// Set meta description
|
||||
if (!empty($forum_data['forum_desc'])) {
|
||||
$page_cfg['meta_description'] = $forum_data['forum_desc'];
|
||||
}
|
||||
|
||||
// Make jumpbox
|
||||
make_jumpbox();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue