You are here

function socialfeed_theme in Social Feed 6

Same name and namespace in other branches
  1. 8 socialfeed.module \socialfeed_theme()
  2. 7.2 socialfeed.module \socialfeed_theme()
  3. 7 socialfeed.module \socialfeed_theme()

Implements hook_theme().

File

./socialfeed.module, line 636
Module for fetching data from Facebook, Twitter, Youtube, and Foursquare. This module provides block content retrieved from a

Code

function socialfeed_theme() {
  return array(
    'socialfeed_feed_structure' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
  );
}