Move 'BOARD_START' to index.php

This commit is contained in:
Roman Kelesidis 2023-05-28 13:26:22 +07:00
commit 4b96dd714c
2 changed files with 1 additions and 1 deletions

View file

@ -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'] . ':&nbsp;' . '<b>' . bb_date($bb_cfg['board_startdate']) . '</b>') : '',
));
// Set tpl vars for bt_userdata