From: <wen...@us...> - 2003-10-19 04:24:30
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds In directory sc8-pr-cvs1:/tmp/cvs-serv24537 Modified Files: index.php Log Message: Dynamic Layout change Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 17 Oct 2003 21:17:41 -0000 1.2 --- index.php 19 Oct 2003 02:25:31 -0000 1.3 *************** *** 36,38 **** --- 36,41 ---- } + if(!$GLOBALS["CNT_rssfeeds"]) + $_SESSION['OBJ_layout']->create_temp("rssfeeds", "CNT_rssfeeds", body); + ?> |