/[drupal]/contributions/modules/blocks404/blocks404.active.inc
ViewVC logotype

Diff of /contributions/modules/blocks404/blocks404.active.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Mon Jun 29 19:01:49 2009 UTC revision 1.5, Mon Jun 29 19:14:09 2009 UTC
# Line 1  Line 1 
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.
# Line 13  function _blocks404_preprocess_page(&$va Line 13  function _blocks404_preprocess_page(&$va
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    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2