/[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.3, Tue Jan 6 06:42:50 2009 UTC revision 1.4, Mon Jun 29 19:01:49 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: blocks404.active.inc,v 1.2 2009/01/06 06:22:17 johnalbin Exp $  // $Id: blocks404.active.inc,v 1.3 2009/01/06 06:42:50 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 8  function _blocks404_preprocess_page(&$va Line 8  function _blocks404_preprocess_page(&$va
8    // Render the left and right regions.    // Render the left and right regions.
9    $vars['left']  = theme('blocks', 'left')  . $vars['left'];    $vars['left']  = theme('blocks', 'left')  . $vars['left'];
10    $vars['right'] = theme('blocks', 'right') . $vars['right'];    $vars['right'] = theme('blocks', 'right') . $vars['right'];
11    
12      // Add JS/CSS added by blocks.
13      $vars['scripts'] = drupal_get_js();
14      $vars['styles'] = drupal_get_css();
15    
16    blocks404_reset_body_classes($vars);    blocks404_reset_body_classes($vars);
17  }  }
18    

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

  ViewVC Help
Powered by ViewVC 1.1.2