diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-23 11:15:15 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-23 11:15:15 +0000 |
commit | 27cad7fcfec5cfb41de1322ef26a8d3e3aec2a3c (patch) | |
tree | 77c665dfcf0c6fb36460c47bf8c0cdad36127ea3 /modules/system/system.install | |
parent | 1d6be6f0b737c3def0541b460dbcf674caa269ee (diff) | |
download | brdo-27cad7fcfec5cfb41de1322ef26a8d3e3aec2a3c.tar.gz brdo-27cad7fcfec5cfb41de1322ef26a8d3e3aec2a3c.tar.bz2 |
#151951 by webernet, slightly modified: enable the garland theme, not just set it as default
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 21a523329..4f9d4bd7b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -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, '')"); |