mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Moved $bb_cfg['show_board_start_date'] to admin panel (#745)
This commit is contained in:
parent
dd469f6bc0
commit
421c8b60f9
8 changed files with 16 additions and 4 deletions
|
@ -303,7 +303,7 @@ $template->assign_vars(array(
|
|||
'U_ATOM_FEED' => file_exists($bb_cfg['atom']['path'] . '/f/0.atom') ? make_url($bb_cfg['atom']['url'] . '/f/0.atom') : false,
|
||||
|
||||
'SHOW_LAST_TOPIC' => $show_last_topic,
|
||||
'BOARD_START' => $bb_cfg['show_board_start_date'] ? ($lang['BOARD_STARTED'] . ': ' . '<b>' . bb_date($bb_cfg['board_startdate']) . '</b>') : '',
|
||||
'BOARD_START' => $bb_cfg['show_board_start_index'] ? ($lang['BOARD_STARTED'] . ': ' . '<b>' . bb_date($bb_cfg['board_startdate']) . '</b>') : false,
|
||||
));
|
||||
|
||||
// Set tpl vars for bt_userdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue