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