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 /install/piwigo_structure-mysql.sql | |
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 '')
-rw-r--r-- | install/piwigo_structure-mysql.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/piwigo_structure-mysql.sql b/install/piwigo_structure-mysql.sql index 59d3e6f74..914c58f6e 100644 --- a/install/piwigo_structure-mysql.sql +++ b/install/piwigo_structure-mysql.sql @@ -414,7 +414,7 @@ CREATE TABLE `piwigo_user_infos` ( `show_nb_comments` enum('true','false') NOT NULL default 'false', `show_nb_hits` enum('true','false') NOT NULL default 'false', `recent_period` tinyint(3) unsigned NOT NULL default '7', - `theme` varchar(255) NOT NULL default 'Sylvia', + `theme` varchar(255) NOT NULL default 'elegant', `registration_date` datetime NOT NULL default '0000-00-00 00:00:00', `enabled_high` enum('true','false') NOT NULL default 'true', `level` tinyint unsigned NOT NULL default '0', |