[Openfirst-cvscommit] photogallery openfirst.info.php,NONE,1.1
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:49
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/photogallery Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['photogallery']['name'] = 'Photogallery'; $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>'; $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; } ?> |