aggregator_admin_overview

Definition

aggregator_admin_overview()
modules/aggregator/aggregator.module, line 1042

Description

Menu callback; displays the aggregator administration page.

Code

<?php
function aggregator_admin_overview() {
  return aggregator_view();
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.