| Versionen | |
|---|---|
| drupal6 | chameleon_theme($existing, $type, $theme, $path) |
Implementation of hook_theme. Auto-discover theme functions.
themes/
<?php
function chameleon_theme($existing, $type, $theme, $path) {
return drupal_find_theme_functions($existing, array($theme));
}
?>
Kommentare
Kommentar hinzufügen