comparison modules/aggregator/aggregator.module @ 5:2427550111ae 6.2

Drupal 6.2
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:30:08 +0100
parents c1f4ac30525a
children fff6d4c8c043
comparison
equal deleted inserted replaced
4:d94886ac61a0 5:2427550111ae
1 <?php 1 <?php
2 // $Id: aggregator.module,v 1.374 2008/01/15 08:06:32 dries Exp $ 2 // $Id: aggregator.module,v 1.374.2.1 2008/04/09 21:11:44 goba Exp $
3 3
4 /** 4 /**
5 * @file 5 * @file
6 * Used to aggregate syndicated content (RSS, RDF, and Atom). 6 * Used to aggregate syndicated content (RSS, RDF, and Atom).
7 */ 7 */
199 'file' => 'aggregator.admin.inc', 199 'file' => 'aggregator.admin.inc',
200 ); 200 );
201 $items['aggregator/sources/%aggregator_feed'] = array( 201 $items['aggregator/sources/%aggregator_feed'] = array(
202 'page callback' => 'aggregator_page_source', 202 'page callback' => 'aggregator_page_source',
203 'page arguments' => array(2), 203 'page arguments' => array(2),
204 'access arguments' => array('access news feeds'),
204 'type' => MENU_CALLBACK, 205 'type' => MENU_CALLBACK,
205 'file' => 'aggregator.pages.inc', 206 'file' => 'aggregator.pages.inc',
206 ); 207 );
207 $items['aggregator/sources/%aggregator_feed/view'] = array( 208 $items['aggregator/sources/%aggregator_feed/view'] = array(
208 'title' => 'View', 209 'title' => 'View',