You are here

function views_jqfx_theme in Views jQFX 7

Implements hook_theme().

File

./views_jqfx.module, line 10
Provides jQFX style options for Views.

Code

function views_jqfx_theme($existing, $type, $theme, $path) {
  return array(
    'views_jqfx_main_section' => array(
      'variables' => array(
        'id' => NULL,
        'hidden_elements' => NULL,
        'plugin' => NULL,
      ),
      'file' => 'views_jqfx.theme.inc',
    ),
  );
}