chameleon_theme
themes/chameleon/chameleon.theme, строка 11
- Версии
- 6
chameleon_theme($existing, $type, $theme, $path)
Реализация hook_theme()
. Автоматическое обнаружение функций темы.
Код
<?php
function chameleon_theme($existing, $type, $theme, $path) {
return drupal_find_theme_functions($existing, array($theme));
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии