From: <wen...@us...> - 2003-10-19 04:32:17
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/conf In directory sc8-pr-cvs1:/tmp/cvs-serv14535 Modified Files: layout.php Log Message: Removed unused Layout items Index: layout.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/conf/layout.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** layout.php 17 Oct 2003 21:17:47 -0000 1.2 --- layout.php 19 Oct 2003 01:14:08 -0000 1.3 *************** *** 11,22 **** */ ! $layout_info[] = array ( ! "content_var"=>"CNT_rssfeeds", ! "transfer_var"=>"body", ! ); ! ! $layout_info[] = array ("content_var"=>"CNT_rssfeeds_block", ! "theme_var"=>"right_col_mid", ! "home_only"=>0); ?> --- 11,15 ---- */ ! //Now creating all layout information on the fly :) ?> |