feature 1514: bug fixed, core themes and already used themes are automatically

activated.

git-svn-id: http://piwigo.org/svn/trunk@5157 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-03-17 09:58:22 +00:00
parent 3631839e54
commit fcd3837484
2 changed files with 73 additions and 0 deletions
+4
View File
@@ -32,3 +32,7 @@ INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_link_everytime',
INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_user_access',2 /*ACCESS_CLASSIC*/,'User access level to upload');
INSERT INTO piwigo_config (param,value,comment) VALUES ('extents_for_templates','a:0:{}','Actived template-extension(s)');
INSERT INTO piwigo_config (param,value,comment) VALUES ('blk_menubar','','Menubar options');
INSERT INTO piwigo_themes (id) VALUES ('Sylvia');
INSERT INTO piwigo_themes (id) VALUES ('clear');
INSERT INTO piwigo_themes (id) VALUES ('dark');