function feeds_theme in Feeds 6
Same name and namespace in other branches
- 8.3 feeds.module \feeds_theme()
- 8.2 feeds.module \feeds_theme()
- 7.2 feeds.module \feeds_theme()
- 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',
),
);
}