You are here

function twitter_theme in Twitter 6.4

Same name and namespace in other branches
  1. 6.5 twitter.module \twitter_theme()
  2. 6.2 twitter.module \twitter_theme()
  3. 6.3 twitter.module \twitter_theme()
  4. 7.6 twitter.module \twitter_theme()
  5. 7.3 twitter.module \twitter_theme()
  6. 7.4 twitter.module \twitter_theme()
  7. 7.5 twitter.module \twitter_theme()

Implements hook_theme()

File

./twitter.module, line 99
Establishes an interface to communicate with Twitter

Code

function twitter_theme() {
  return array(
    'twitter_account_list_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}