function aggregator_theme

aggregator_theme()

Implements hook_theme().

File

core/modules/aggregator/aggregator.module, line 67
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

function aggregator_theme() {
  return array(
    'aggregator_feed' => array(
      'render element' => 'elements',
      'file' => 'aggregator.theme.inc',
    ),
    'aggregator_item' => array(
      'render element' => 'elements',
      'file' => 'aggregator.theme.inc',
    ),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!aggregator!aggregator.module/function/aggregator_theme/8.1.x