function sharerich_theme in Sharerich 7
Same name and namespace in other branches
- 8 sharerich.module \sharerich_theme()
- 7.3 sharerich.module \sharerich_theme()
- 7.2 sharerich.module \sharerich_theme()
Implements hook_theme().
File
- ./
sharerich.module, line 64
Code
function sharerich_theme() {
return array(
'sharerich_buttons' => array(
'variables' => array(
'title' => '',
'item_list' => array(),
'attributes' => array(),
),
'path' => drupal_get_path('module', 'sharerich') . '/theme',
'template' => 'sharerich-buttons',
),
);
}