/[drupal]/contributions/modules/themer/themer.module
ViewVC logotype

Diff of /contributions/modules/themer/themer.module

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

revision 1.17, Wed Jan 7 13:09:20 2009 UTC revision 1.18, Wed Jul 1 03:44:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: themer.module,v 1.16 2008/07/07 23:56:00 tjholowaychuk Exp $  // $Id: themer.module,v 1.17 2009/01/07 13:09:20 bevan Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 89  function themer_theme_registry_alter(&$r Line 89  function themer_theme_registry_alter(&$r
89  /**  /**
90   * Add's IE specific dynamic CSS.   * Add's IE specific dynamic CSS.
91   */   */
92  function themer_preprocess_page($vars) {  function themer_preprocess_page(&$vars) {
93    $theme_settings = $GLOBALS['theme_info']->info;    $theme_settings = $GLOBALS['theme_info']->info;
94    if ($theme_settings['sticky-footer'] and is_array($theme_settings['selectors'])) {    if ($theme_settings['sticky-footer'] and is_array($theme_settings['selectors'])) {
95      drupal_add_js(array('selectors' => $theme_settings['selectors']), 'setting');      drupal_add_js(array('selectors' => $theme_settings['selectors']), 'setting');
# Line 106  function themer_preprocess_page($vars) { Line 106  function themer_preprocess_page($vars) {
106    }    }
107  }  }
108    
109    
110  /* -----------------------------------------------------------------  /* -----------------------------------------------------------------
111    
112    Page Callbacks    Page Callbacks

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.2