function socbutt_theme in Bootstrap Social Sharing Buttons 8
Same name and namespace in other branches
- 7 socbutt.module \socbutt_theme()
Implements hook_theme().
File
- ./
socbutt.module, line 74 - Allows integration with the Twitter microblogging service.
Code
function socbutt_theme() {
return array(
'socbutt-buttons' => array(
'variables' => array(
'layout' => SOCBUTT_LAYOUT_VERTICAL,
'title' => NULL,
'body' => NULL,
'url' => NULL,
),
),
);
}