Update of /cvsroot/phpwebsite-comm/modules/rssfeeds
In directory sc8-pr-cvs1:/tmp/cvs-serv5117
Modified Files:
index.php
Log Message:
0.1.0 Changes
Index: index.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** index.php 8 Jul 2003 19:34:48 -0000 1.1.1.1
--- index.php 17 Oct 2003 21:17:41 -0000 1.2
***************
*** 30,32 ****
--- 30,38 ----
}
+ $_SESSION["RSS_ListManager"]->showUserBox();
+
+ if($GLOBALS["module"] == "home") {
+ $_SESSION["RSS_ListManager"]->showHomeItems();
+ }
+
?>
|