mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
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:
parent
f1e2d213cf
commit
3e7a89edb2
2 changed files with 111 additions and 39 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue