Show
Ignore:
Timestamp:
03/17/10 10:58:22 (3 years ago)
Author:
plg
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r4410 r5157  
    3333INSERT INTO piwigo_config (param,value,comment) VALUES ('extents_for_templates','a:0:{}','Actived template-extension(s)'); 
    3434INSERT INTO piwigo_config (param,value,comment) VALUES ('blk_menubar','','Menubar options'); 
     35 
     36INSERT INTO piwigo_themes (id) VALUES ('Sylvia'); 
     37INSERT INTO piwigo_themes (id) VALUES ('clear'); 
     38INSERT INTO piwigo_themes (id) VALUES ('dark');