function sharebar_theme in ShareBar 6
Same name and namespace in other branches
- 8 sharebar.module \sharebar_theme()
- 7.2 sharebar.module \sharebar_theme()
- 7 sharebar.module \sharebar_theme()
Implements hook_theme().
File
- ./
sharebar.module, line 73 - Various module information.
Code
function sharebar_theme() {
return array(
'sharebar_buttons_table' => array(
'file' => 'sharebar.admin.inc',
'variables' => array(
'var' => '',
),
),
);
}