diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-05-06 05:47:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-05-06 05:47:52 +0000 |
commit | e66371cac17e35d2cb0c9bf48f792193b79f3a7c (patch) | |
tree | 7a80591383246fb439f9c74960c927071a45b9f8 /includes/bootstrap.inc | |
parent | 644657c56b6e04fb41e9b424668c61e0d1d6c1d4 (diff) | |
download | brdo-e66371cac17e35d2cb0c9bf48f792193b79f3a7c.tar.gz brdo-e66371cac17e35d2cb0c9bf48f792193b79f3a7c.tar.bz2 |
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 51e75d9c1..377c9711e 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -975,6 +975,7 @@ function drupal_maintenance_theme() { foreach ($themes as $hook => $info) { if (!isset($info['file']) && !isset($info['function'])) { $themes[$hook]['function'] = 'theme_'. $hook; + $themes[$hook]['theme path'] = 'misc'; } } _theme_set_registry($themes); |