mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Move 'BOARD_START' to index.php
This commit is contained in:
parent
108fe39ade
commit
4b96dd714c
2 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,6 @@ $template->assign_vars(array(
|
|||
'CURRENT_TIME' => sprintf($lang['CURRENT_TIME'], bb_date(TIMENOW, $bb_cfg['last_visit_date_format'], false)),
|
||||
'S_TIMEZONE' => preg_replace('/\(.*?\)/', '', sprintf($lang['ALL_TIMES'], $lang['TZ'][str_replace(',', '.', (float)$bb_cfg['board_timezone'])])),
|
||||
'BOARD_TIMEZONE' => $bb_cfg['board_timezone'],
|
||||
'BOARD_START' => $bb_cfg['show_board_start_date'] ? ($lang['BOARD_STARTED'] . ': ' . '<b>' . bb_date($bb_cfg['board_startdate']) . '</b>') : '',
|
||||
|
||||
'PM_INFO' => $pm_info,
|
||||
'PRIVMSG_IMG' => $icon_pm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue