1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 09:46:46 +02:00

Moved current time (S_CURRENT_TIME) to page_header

git-svn-id: file:///svn/phpbb/trunk@484 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-06-13 07:35:41 +00:00
parent 90b9a95ca5
commit d707a5f099
2 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,6 @@ if($userdata['user_level'] == ADMIN)
$current_time = time();
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0-alpha",
"CURRENT_TIME" => create_date($board_config['default_dateformat'], $current_time, $board_config['default_timezone']),
"ADMIN_LINK" => $admin_link));
$template->pparse("overall_footer");