You are here

function tweetbutton_theme in Tweet Button 6

Same name and namespace in other branches
  1. 8 tweetbutton.module \tweetbutton_theme()
  2. 7.2 tweetbutton.module \tweetbutton_theme()
  3. 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,
      ),
    ),
  );
}