chameleon_theme($existing, $type, $theme, $path)
drupal/themes/chameleon/chameleon.theme, line 11
Implementation of hook_theme. Auto-discover theme functions.
function chameleon_theme($existing, $type, $theme, $path) {
return drupal_find_theme_functions($existing, array($theme));
}