chameleon_theme

Definition

chameleon_theme($existing, $type, $theme, $path)
drupal/themes/chameleon/chameleon.theme, line 11

Description

Implementation of hook_theme. Auto-discover theme functions.

Code

function chameleon_theme($existing, $type, $theme, $path) {
  return drupal_find_theme_functions($existing, array($theme));
}