feature 2587: set theme "elegant" as default theme

git-svn-id: http://piwigo.org/svn/trunk@13467 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-03-02 22:14:38 +00:00
parent bea22eb678
commit 1a538bc6be
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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);
}