[Openfirst-cvscommit] photogallery openfirst.info.php,1.2,1.3
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-15 18:49:48
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9572/photogallery Modified Files: openfirst.info.php Log Message: syntax errors Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/openfirst.info.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** openfirst.info.php 15 May 2005 05:42:52 -0000 1.2 --- openfirst.info.php 15 May 2005 18:49:24 -0000 1.3 *************** *** 4,17 **** $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>'; $Modules['photogallery']['nav'] = '<a href="$basepath/photogallery/">View Gallery</a>'; ! if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } ! if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } --- 4,17 ---- $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>'; $Modules['photogallery']['nav'] = '<a href="$basepath/photogallery/">View Gallery</a>'; ! if (!isset($Modules['awards']['active'])) { $Modules['awards']['active'] = false; } ! if (!isset($Modules['awards']['show'])) { $Modules['awards']['show'] = false; } |