By bluepuma on
How do I promote the whole news aggregator page to the front page, so this is the main/only page content?
Do I have to do dirty tricks and include it via PHP in a cutsom page similar to this piece of code?
$block = module_invoke('aggregator', 'block', 'view', 0);
Comments
redefine
Redefine the aggregator as your front page.
/admin/settings/site-information
That was easy :) Cool,
That was easy :) Cool, thanks!