function tweetbutton_theme in Tweet Button 7
Same name and namespace in other branches
- 8 tweetbutton.module \tweetbutton_theme()
- 6 tweetbutton.module \tweetbutton_theme()
- 7.2 tweetbutton.module \tweetbutton_theme()
Implementation of hook_theme()
File
- ./
tweetbutton.module, line 66
Code
function tweetbutton_theme() {
return array(
'tweetbutton_display' => array(
'variables' => array(
'object' => NULL,
'options' => array(),
),
),
'tweetbutton_follow_display' => array(
'variables' => array(
'options' => array(),
'screen_name' => '',
),
),
);
}