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
|
@ -303,6 +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>') : '',
|
||||
));
|
||||
|
||||
// Set tpl vars for bt_userdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue