summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-14 20:37:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-14 20:37:28 +0000
commitcf5b00c5dbe7070c1b1b89efee85e68cc62a3fb3 (patch)
tree54be13bfaded4b39de5313a78b5ccb0f5ce56d39 /modules/system/system.module
parenta7c16d158d9d2e55b50182c5785ebd210b3db9ec (diff)
downloadbrdo-cf5b00c5dbe7070c1b1b89efee85e68cc62a3fb3.tar.gz
brdo-cf5b00c5dbe7070c1b1b89efee85e68cc62a3fb3.tar.bz2
#275092 follow-up by chx: Fix admin blocks page to work with secondary themes + test so we don't break it again.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 9b9791f0f..07a03db4b 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -692,7 +692,12 @@ function system_init() {
drupal_add_css(drupal_get_path('module', 'system') . '/defaults.css', 'module');
drupal_add_css(drupal_get_path('module', 'system') . '/system.css', 'module');
drupal_add_css(drupal_get_path('module', 'system') . '/system-menus.css', 'module');
+}
+/**
+ * Implementation of MODULE_preprocess_HOOK().
+ */
+function system_preprocess_page() {
// Get the major version
list($version,) = explode('.', VERSION);