#151951 by webernet, slightly modified: enable the garland theme, not just set it as default

6.x
Gábor Hojtsy 2007-06-23 11:15:15 +00:00
parent 1d6be6f0b7
commit 27cad7fcfe
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ function system_install() {
db_query("INSERT INTO {permission} (rid,perm,tid) VALUES (2,'access comments, access content, post comments, post comments without approval',0)");
db_query("INSERT INTO {variable} (name,value) VALUES('theme_default', 's:7:\"garland\";')");
db_query("UPDATE {system} SET status = 1 WHERE type = 'theme' AND name = 'garland'");
db_query("INSERT INTO {blocks} (module,delta,theme,status,pages) VALUES('user', 0, 'garland', 1, '')");
db_query("INSERT INTO {blocks} (module,delta,theme,status,pages) VALUES('user', 1, 'garland', 1, '')");