You are here

function conditional_styles_theme in Conditional Stylesheets 6

Implements HOOK_theme().

File

./conditional_styles.module, line 5

Code

function conditional_styles_theme($existing, $type, $theme, $path) {
  include_once './' . drupal_get_path('module', 'conditional_styles') . '/conditional_styles.theme.inc';
  return _conditional_styles_theme($existing, $type, $theme, $path);
}