function qtip_views_theme in qTip (Stylish jQuery Tooltips) 7.2
Implements hook_theme().
File
- modules/
qtip_views/ qtip_views.module, line 221
Code
function qtip_views_theme() {
return array(
'qtip_views_label_tooltip' => array(
'variables' => array(
'view' => NULL,
'field' => NULL,
'tooltip' => NULL,
'instance' => NULL,
),
),
'qtip_views_tooltip' => array(
'variables' => array(
'view' => NULL,
'title' => NULL,
'text' => NULL,
'instance' => NULL,
),
),
);
}