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