You are here

function slider_pro_theme in Slider Pro 8

Same name and namespace in other branches
  1. 7 slider_pro.module \slider_pro_theme()

Implements hook_theme().

File

./slider_pro.module, line 19

Code

function slider_pro_theme() {
  return [
    'slider_pro' => [
      'variables' => [
        'rows' => [],
        'id' => NULL,
        'uses_thumbnails' => FALSE,
      ],
      'template' => 'slider-pro',
    ],
  ];
}