[Openfirst-cvscommit] manual openfirst.info.php,1.1,1.2
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:03
|
Update of /cvsroot/openfirst/manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/manual Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/manual/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:51 -0000 1.2 *************** *** 3,9 **** $Modules['manual']['name'] = 'Manual'; $Modules['manual']['ver'] = 'CVS'; ! $Modules['manual']['inc'] = array ( ! 0 => '', ! ); $Modules['manual']['admin'] = NULL; $Modules['manual']['nav'] = '<a href="$basepath/manual/">View Manual</a>'; --- 3,7 ---- $Modules['manual']['name'] = 'Manual'; $Modules['manual']['ver'] = 'CVS'; ! $Modules['manual']['inc'] = array (); $Modules['manual']['admin'] = NULL; $Modules['manual']['nav'] = '<a href="$basepath/manual/">View Manual</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 14,16 ---- $Modules['awards']['show'] = false; } ! ?> |