function qtip_theme in qTip (Stylish jQuery Tooltips) 7.2
Same name and namespace in other branches
- 7 qtip.module \qtip_theme()
Implements hook_theme().
File
- ./
qtip.module, line 255
Code
function qtip_theme() {
return array(
'qtip' => array(
'variables' => array(
'content' => NULL,
'title' => NULL,
'tooltip' => NULL,
'instance' => NULL,
'attributes' => NULL,
),
'file' => 'includes/qtip.theme.inc',
),
'qtip_form' => array(
'variables' => array(
'title' => NULL,
'tooltip' => NULL,
'instance' => NULL,
),
'file' => 'includes/qtip.theme.inc',
),
);
}