summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-14 08:23:15 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-14 08:23:15 +0000
commit1778c5cca962127d3bfd81ff407391f6d00da2a9 (patch)
tree02b38ca7253c62f2c82fe5969cc791e1180fe143 /includes/common.inc
parent3ac59eee96a6b6553f07946f6f95373ece050e2b (diff)
downloadbrdo-1778c5cca962127d3bfd81ff407391f6d00da2a9.tar.gz
brdo-1778c5cca962127d3bfd81ff407391f6d00da2a9.tar.bz2
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 45c15cc8b..21d0de0d3 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -3555,8 +3555,7 @@ function drupal_common_theme() {
'maintenance_page' => array(
'arguments' => array('content' => NULL, 'show_blocks' => TRUE, 'show_messages' => TRUE),
'template' => 'maintenance-page',
- 'path' => 'includes',
- 'file' => 'theme.maintenance.inc',
+ 'path' => 'includes'
),
'update_page' => array(
'arguments' => array('content' => NULL, 'show_messages' => TRUE),