diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-22 03:19:42 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-22 03:19:42 +0000 |
commit | 86289baab32ce3b7be7de3cf274589ac45234b47 (patch) | |
tree | f19fb7b69cfdc2b63a8d90374744793fabd82033 /includes/common.inc | |
parent | 4bc255ba792db435e2d487f113ca2a638ed63fea (diff) | |
download | brdo-86289baab32ce3b7be7de3cf274589ac45234b47.tar.gz brdo-86289baab32ce3b7be7de3cf274589ac45234b47.tar.bz2 |
#372471 follow-up by JohnAlbin: Remove leftover from box.tpl.php killing patch.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/common.inc b/includes/common.inc index 74e10f884..b2508709f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3595,10 +3595,6 @@ function drupal_common_theme() { 'tablesort_indicator' => array( 'arguments' => array('style' => NULL), ), - 'box' => array( - 'arguments' => array('title' => NULL, 'content' => NULL, 'region' => 'main'), - 'template' => 'box', - ), 'mark' => array( 'arguments' => array('type' => MARK_NEW), ), |