From: <wen...@us...> - 2003-10-18 16:56:15
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/class In directory sc8-pr-cvs1:/tmp/cvs-serv7081 Modified Files: RSS.php Log Message: Adjusted home title Index: RSS.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/class/RSS.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RSS.php 17 Oct 2003 21:17:46 -0000 1.4 --- RSS.php 18 Oct 2003 16:56:05 -0000 1.5 *************** *** 647,651 **** $content = $this->view(); $content_var = "CNT_rssfeeds_home_" . $this->getId(); ! $GLOBALS[$content_var]['title'] = "RSS News Feed"; $GLOBALS[$content_var]['content'] = $content; } --- 647,651 ---- $content = $this->view(); $content_var = "CNT_rssfeeds_home_" . $this->getId(); ! $GLOBALS[$content_var]['title'] = $this->getLabel(); $GLOBALS[$content_var]['content'] = $content; } |