You are here

function juicerio_theme in Juicer - Social Media Feed Aggregator 7

Same name and namespace in other branches
  1. 8 juicerio.module \juicerio_theme()

Implements hook_theme().

File

./juicerio.module, line 38
Module file for the Juicer Integration module.

Code

function juicerio_theme($existing, $type, $theme, $path) {
  return array(
    'juicerio_feed' => array(
      'variables' => array(
        'feed_id' => NULL,
        'post_num' => NULL,
        'infinite_pages' => NULL,
        'gutter_amt' => NULL,
        'column_num' => NULL,
        'filters' => NULL,
      ),
    ),
  );
}