You are here

function instagram_feeds_theme in Instagram Feeds 7

Implements hook_theme().

File

./instagram_feeds.module, line 969

Code

function instagram_feeds_theme() {
  $theme = array();
  $theme['instagram_feeds'] = array(
    'render element' => 'element',
  );
  return $theme;
}