aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-03-10 10:12:40 +0000
committerplegall <plg@piwigo.org>2011-03-10 10:12:40 +0000
commit3e7a89edb289877af8a756ef9984d07a656e6fb6 (patch)
treef2aff7c0989918c404d7bfd7b83409b39dc29488 /upgrade.php
parentf1e2d213cf7155123e2eaa6a812e5ac2de8ec119 (diff)
feature 2217: switch upgrade screen to a clear background theme
git-svn-id: http://piwigo.org/svn/trunk@9596 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php
index 8925e7b2d..0ded5e815 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -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,