chameleon_theme

Versions
6
chameleon_theme($existing, $type, $theme, $path)

Implementation of hook_theme. Auto-discover theme functions.

Code

themes/chameleon/chameleon.theme, line 11

<?php
function chameleon_theme($existing, $type, $theme, $path) {
  return drupal_find_theme_functions($existing, array($theme));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.