#151951 by webernet, slightly modified: enable the garland theme, not just set it as default
parent
1d6be6f0b7
commit
27cad7fcfe
|
@ -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, '')");
|
||||
|
||||
|
|
Loading…
Reference in New Issue