Piwigo {$RELEASE} - {'Installation'|@translate}
+{'Version'|@translate} {$RELEASE} - {'Installation'|@translate}
{if isset($config_creation_failed)} -{'Creation of config file local/config/database.inc.php failed.'|@translate}
@@ -179,10 +199,10 @@ TD { {if isset($install)} {else}diff --git a/admin/themes/roma/images/bottom-left-bg.jpg b/admin/themes/roma/images/bottom-left-bg.jpg deleted file mode 100644 index 3d8a5eed2..000000000 Binary files a/admin/themes/roma/images/bottom-left-bg.jpg and /dev/null differ diff --git a/admin/themes/roma/images/piwigo_logo_sombre_214x100.png b/admin/themes/roma/images/piwigo_logo_sombre_214x100.png deleted file mode 100644 index 106f20add..000000000 Binary files a/admin/themes/roma/images/piwigo_logo_sombre_214x100.png and /dev/null differ diff --git a/admin/themes/roma/images/top-left-bg.jpg b/admin/themes/roma/images/top-left-bg.jpg deleted file mode 100644 index 98aa1d6a5..000000000 Binary files a/admin/themes/roma/images/top-left-bg.jpg and /dev/null differ diff --git a/install.php b/install.php index 56f0654a1..b8707655c 100644 --- a/install.php +++ b/install.php @@ -227,7 +227,7 @@ if (version_compare(PHP_VERSION, REQUIRED_PHP_VERSION, '<')) //----------------------------------------------------- template initialization 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('install' => 'install.tpl') ); if (!isset($step)) {