function views_fs_theme in Views FractionSlider 8
Implements hook_theme().
File
- views_fs/
views_fs.module, line 14 - views_fs Views module help and theme functions.
Code
function views_fs_theme($existing, $type, $theme, $path) {
return array(
'views_fs' => array(
'file' => 'views_fs.theme.inc',
),
);
}