From: <wen...@us...> - 2003-10-19 05:32:25
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/class In directory sc8-pr-cvs1:/tmp/cvs-serv13302 Modified Files: RSSManager.php Log Message: Removed user option Index: RSSManager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/class/RSSManager.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RSSManager.php 17 Oct 2003 21:17:46 -0000 1.3 --- RSSManager.php 19 Oct 2003 01:06:12 -0000 1.4 *************** *** 82,86 **** } else { /* otherwise, display user format list */ /* process the template templates/menu.tpl to produce the menu */ ! $content = $GLOBALS["core"]->processTemplate($tags, "rssfeeds", "menu.tpl"); $content .= $this->getList("user", $_SESSION['translate']->it("RSS Feeds")); } --- 82,87 ---- } else { /* otherwise, display user format list */ /* process the template templates/menu.tpl to produce the menu */ ! //temporarily removing this function for users as it is not useful ! //$content = $GLOBALS["core"]->processTemplate($tags, "rssfeeds", "menu.tpl"); $content .= $this->getList("user", $_SESSION['translate']->it("RSS Feeds")); } |