mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update page_header.php
This commit is contained in:
parent
0afd52c8d4
commit
61eec47bc1
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ $template->assign_vars([
|
|||
|
||||
'USE_TABLESORTER' => !empty($page_cfg['use_tablesorter']),
|
||||
'ALLOW_ROBOTS' => !$bb_cfg['board_disable'] && (!isset($page_cfg['allow_robots']) || $page_cfg['allow_robots'] === true),
|
||||
'META_DESCRIPTION' => $page_cfg['meta_description'] ?? '',
|
||||
'META_DESCRIPTION' => $page_cfg['meta_description'] ?? $bb_cfg['site_desc'],
|
||||
|
||||
'SITENAME' => $bb_cfg['sitename'],
|
||||
'U_INDEX' => BB_ROOT . 'index.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue