Menu callback; displays the aggregator administration page.
1 string reference to 'aggregator_admin_overview'
File
- modules/
aggregator.module, line 1034 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
function aggregator_admin_overview() {
return aggregator_view();
}
Login or register to post comments