You are here

function jssor_theme in Jssor Slider 7

Same name and namespace in other branches
  1. 8 jssor.module \jssor_theme()

Implements hook_theme().

File

./jssor.module, line 12
Allows support of a new view handler.

Code

function jssor_theme() {
  return array(
    'jssor' => array(
      'variables' => array(
        'view' => NULL,
        'rows' => NULL,
      ),
      'file' => 'jssor.theme.inc',
    ),
  );
}