diff options
author | plegall <plg@piwigo.org> | 2008-09-27 21:04:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-09-27 21:04:06 +0000 |
commit | 68d06d6d493f3c261ce9cdee174299cfa9d52b07 (patch) | |
tree | 87a9f5f6094ab9ff6598c8eb201d65c1e2ab9d4e /install/piwigo_structure.sql | |
parent | d61c255341c0b9c94357ad4e007e138d3a408dff (diff) |
new: set yoga/Sylvia as default theme.
git-svn-id: http://piwigo.org/svn/trunk@2615 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/piwigo_structure.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/piwigo_structure.sql b/install/piwigo_structure.sql index f4519839c..dac9c5feb 100644 --- a/install/piwigo_structure.sql +++ b/install/piwigo_structure.sql @@ -387,7 +387,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', - `template` varchar(255) NOT NULL default 'yoga/clear', + `template` varchar(255) NOT NULL default 'yoga/Sylvia', `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', |