You are here

function feeds_theme in Feeds 6

Same name and namespace in other branches
  1. 8.3 feeds.module \feeds_theme()
  2. 8.2 feeds.module \feeds_theme()
  3. 7.2 feeds.module \feeds_theme()
  4. 7 feeds.module \feeds_theme()

Implementation of hook_theme().

Related topics

File

./feeds.module, line 229
Feeds - basic API functions and hook implementations.

Code

function feeds_theme() {
  return array(
    'feeds_upload' => array(
      'file' => 'feeds.pages.inc',
    ),
  );
}