function chameleon_theme

6.x chameleon.theme chameleon_theme($existing, $type, $theme, $path)

Implementation of hook_theme. Auto-discover theme functions.

File

drupal-6.x/themes/chameleon/chameleon.theme, line 11
A slim, CSS-driven theme which does not depend on a template engine like phptemplate

Code

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