You are here

function twitter_pull_theme in Twitter Pull 6

Same name and namespace in other branches
  1. 6.2 twitter_pull.module \twitter_pull_theme()
  2. 7.2 twitter_pull.module \twitter_pull_theme()
  3. 7 twitter_pull.module \twitter_pull_theme()

Sample theme definitions that can be applied to tweets.

File

./twitter_pull.module, line 144

Code

function twitter_pull_theme() {
  return array(
    'twitter_pull_listing' => array(
      'arguments' => array(
        'tweets' => NULL,
        'twitkey' => NULL,
        'title' => NULL,
      ),
      'template' => 'twitter-pull-listing',
    ),
  );
}