feature 2217: switch upgrade screen to a clear background theme

git-svn-id: http://piwigo.org/svn/trunk@9596 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2011-03-10 10:12:40 +00:00
parent f1e2d213cf
commit 3e7a89edb2
2 changed files with 111 additions and 39 deletions

View file

@ -229,7 +229,7 @@ define('CURRENT_DATE', $dbnow);
// +-----------------------------------------------------------------------+
include( PHPWG_ROOT_PATH .'include/template.class.php');
$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'roma');
$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'clear');
$template->set_filenames(array('upgrade'=>'upgrade.tpl'));
$template->assign(array(
'RELEASE' => PHPWG_VERSION,