| 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.2 2009/01/12 19:58:32 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 |
|
|
| 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 |
/** |
/** |