/[drupal]/contributions/modules/taxonomy_theme/taxonomy_theme_helper.inc
ViewVC logotype

Diff of /contributions/modules/taxonomy_theme/taxonomy_theme_helper.inc

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

revision 1.1, Sun Jun 8 15:21:03 2008 UTC revision 1.2, Mon Jan 12 19:58:32 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_theme_admin_helper.inc,v 1.8 2006/12/19 22:59:26 profix898 Exp $  // $Id: taxonomy_theme_helper.inc,v 1.1 2008/06/08 15:21:03 profix898 Exp $
3    
4  require_once(drupal_get_path('module', 'themekey') .'/themekey_build.inc');  require_once(drupal_get_path('module', 'themekey') .'/themekey_build.inc');
5    
# Line 21  function taxonomy_theme_set_theme($key, Line 21  function taxonomy_theme_set_theme($key,
21      $item['id'] = $id;      $item['id'] = $id;
22    }    }
23    
24    _themekey_properties_set($item);    //
25      if ($theme != 'default') {
26        _themekey_properties_set($item);
27      }
28      else if (isset($item['id'])) {
29        _themekey_properties_del($item['id']);
30      }
31  }  }
32    
33  /**  /**

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2