function yandex_turbo_theme in Yandex.Turbo 7
Same name and namespace in other branches
- 7.4 yandex_turbo.module \yandex_turbo_theme()
- 7.2 yandex_turbo.module \yandex_turbo_theme()
- 7.3 yandex_turbo.module \yandex_turbo_theme()
Implements hook_theme().
File
- ./
yandex_turbo.module, line 34
Code
function yandex_turbo_theme($existing, $type, $theme, $path) {
return array(
'yandex_turbo_page_rss' => array(
'variables' => array(
'feeds' => NULL,
),
'file' => 'yandex_turbo.pages.inc',
),
);
}