root/releases/0.9rc1/mod/newsclient/popular.php

Revision 1369, 396 bytes (checked in by rho, 1 year ago)

cleanup

  • use to templates_page_output function to display page

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

  • Property svn:mime-type set to text/plain
Line 
1 <?php
2
3     require_once(dirname(dirname(__FILE__))."/../includes.php");
4    
5     run("profile:init");
6     run("weblogs:init");
7     run("rss:init");
8    
9     define('context','resources');
10     global $page_owner;
11     templates_page_setup();   
12     $title = __gettext("Popular feeds");
13    
14     $body = run("rss:subscriptions:popular");
15
16     templates_page_output($title, $body);
17
18 ?>
Note: See TracBrowser for help on using the browser.