function twitter_pull_theme in Twitter Pull 6.2
Same name and namespace in other branches
- 6 twitter_pull.module \twitter_pull_theme()
- 7.2 twitter_pull.module \twitter_pull_theme()
- 7 twitter_pull.module \twitter_pull_theme()
Sample theme definitions that can be applied to tweets.
File
- ./
twitter_pull.module, line 150
Code
function twitter_pull_theme() {
return array(
'twitter_pull_listing' => array(
'arguments' => array(
'tweets' => NULL,
'twitkey' => NULL,
'title' => NULL,
),
'template' => 'twitter-pull-listing',
),
);
}