| 1 |
<?php |
<?php |
| 2 |
// $Id: blocks404.active.inc,v 1.3 2009/01/06 06:42:50 johnalbin Exp $ |
// $Id: blocks404.active.inc,v 1.4 2009/06/29 19:01:49 johnalbin Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Helper function that performs the actual inclusion of the left and right regions. |
* Helper function that performs the actual inclusion of the left and right regions. |
| 13 |
$vars['scripts'] = drupal_get_js(); |
$vars['scripts'] = drupal_get_js(); |
| 14 |
$vars['styles'] = drupal_get_css(); |
$vars['styles'] = drupal_get_css(); |
| 15 |
|
|
| 16 |
|
// Some themes (like Acquia Marina) are checking the show_blocks variable to |
| 17 |
|
// hide regions that aren't named left or right. |
| 18 |
|
$vars['show_blocks'] = TRUE; |
| 19 |
|
|
| 20 |
blocks404_reset_body_classes($vars); |
blocks404_reset_body_classes($vars); |
| 21 |
} |
} |
| 22 |
|
|