You are here

function qtip_theme in qTip (Stylish jQuery Tooltips) 7

Same name and namespace in other branches
  1. 7.2 qtip.module \qtip_theme()

Implements hook_theme().

File

./qtip.module, line 147

Code

function qtip_theme() {
  $template_path = drupal_get_path('module', 'qtip');
  $theme['qtip.examples'] = array(
    'path' => $template_path,
    'template' => 'qtip.examples',
    'variables' => array(),
  );
  return $theme;
}