From 1a538bc6be1ea6f6c999f9d9a322f36c6e72b212 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Mar 2012 22:14:38 +0000 Subject: feature 2587: set theme "elegant" as default theme git-svn-id: http://piwigo.org/svn/trunk@13467 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions_install.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/include/functions_install.inc.php') diff --git a/admin/include/functions_install.inc.php b/admin/include/functions_install.inc.php index 5eb251da7..aa2c8cbd9 100644 --- a/admin/include/functions_install.inc.php +++ b/admin/include/functions_install.inc.php @@ -134,7 +134,7 @@ function activate_core_themes() $themes = new themes(); foreach ($themes->fs_themes as $theme_id => $fs_theme) { - if (in_array($theme_id, array('Sylvia', 'clear', 'dark', 'smartpocket'))) + if (in_array($theme_id, array('elegant', 'Sylvia', 'clear', 'dark', 'smartpocket'))) { $themes->perform_action('activate', $theme_id); } -- cgit v1.2.3