diff options
author | plegall <plg@piwigo.org> | 2012-03-02 22:14:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-03-02 22:14:38 +0000 |
commit | 1a538bc6be1ea6f6c999f9d9a322f36c6e72b212 (patch) | |
tree | 8468fad62d2c3b7622dd7fb65157ce62845a6674 /include/constants.php | |
parent | bea22eb6787a0a1b25b49407d5e011d422274dc7 (diff) |
feature 2587: set theme "elegant" as default theme
git-svn-id: http://piwigo.org/svn/trunk@13467 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index c5eb96446..34a4d47d6 100644 --- a/include/constants.php +++ b/include/constants.php @@ -24,7 +24,7 @@ // Default settings define('PHPWG_VERSION', '2.4.0RC1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); -define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); +define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); define('PHPWG_THEMES_PATH', $conf['themes_dir'].'/'); defined('PWG_COMBINED_DIR') or define('PWG_COMBINED_DIR', $conf['data_location'].'combined/'); |