You are here

function royalslider_theme in RoyalSlider Integration 8

Same name and namespace in other branches
  1. 7 royalslider.module \royalslider_theme()

Implements hook_theme().

File

./royalslider.module, line 10
Exposes global functionality for using RoyalSlider on your website.

Code

function royalslider_theme() {
  return array(
    'royalslider_formatter' => array(
      'variables' => array(
        'items' => NULL,
        'attributes' => NULL,
      ),
      'file' => 'royalslider.field.inc',
    ),
  );
}