[Openfirst-cvscommit] news openfirst.info.php,1.1,1.2
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:00
|
Update of /cvsroot/openfirst/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/news Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/news/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:21 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:52 -0000 1.2 *************** *** 4,8 **** $Modules['news']['ver'] = 'CVS'; $Modules['news']['inc'] = array ( ! 0 => 'viewnews.php', ); $Modules['news']['admin'] = '<a href="$basepath/news/admin/">Add News</a>'; --- 4,8 ---- $Modules['news']['ver'] = 'CVS'; $Modules['news']['inc'] = array ( ! 'viewnews.php', ); $Modules['news']['admin'] = '<a href="$basepath/news/admin/">Add News</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 16,18 ---- $Modules['awards']['show'] = false; } ! ?> |