function notifications_feed_theme in Notifications 6
Implementation of hook_theme()
File
- notifications_feed/
notifications_feed.module, line 306 - Subscriptions to FeedAPI feeds
Code
function notifications_feed_theme() {
return array(
'notifications_feed_items' => array(
'arguments' => array(
'items' => NULL,
),
),
);
}