function flippy_theme in Flippy 8
Same name and namespace in other branches
- 7 flippy.module \flippy_theme()
Implements hook_theme().
File
- ./
flippy.module, line 17 - Allows administrators to add previous/next pagers to any node type.
Code
function flippy_theme() {
return [
'flippy' => [
'variables' => [
'list' => [],
'node' => NULL,
],
'template' => 'flippy',
],
];
}