3 require_once(dirname(dirname(__FILE__
))."/includes.php");
9 define('context','resources');
12 $feed = optional_param('feed',-1,PARAM_INT
);
13 $title = __gettext("Feed detail");
14 templates_page_setup();
15 run("rss:update",$feed);
16 $body = run("rss:view:feed",$feed);
18 $body = templates_draw(array(
19 'context' => 'contentholder',
25 echo templates_page_draw( array(