From: Sebastian B. <sb...@us...> - 2013-11-24 20:47:09
|
Update of /cvsroot/simplemail/simplemail/homepage In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9588 Modified Files: index.php Log Message: Disabled gallery links. Index: index.php =================================================================== RCS file: /cvsroot/simplemail/simplemail/homepage/index.php,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- index.php 24 Dec 2010 17:59:40 -0000 1.11 +++ index.php 24 Nov 2013 20:47:06 -0000 1.12 @@ -31,6 +31,7 @@ $LinkMenu["contact"]["title"]=get_string($ContactText); $LinkMenu["contact"]["datename"]="contact.php"; +/* $LinkMenu["gallery"]["filename"]="gallery.php"; $LinkMenu["gallery"]["title"]=get_string($GalleryText); $LinkMenu["gallery"]["datename"]="gallery.php"; @@ -38,7 +39,7 @@ $LinkMenu["gallery_add_user"]["filename"]="gallery_add_user.php"; $LinkMenu["gallery_add_user"]["title"]=get_string($GalleryText); $LinkMenu["gallery_add_user"]["datename"]="gallery.php"; - +*/ $body = $_REQUEST["body"]; if (!isset($body)) $body="default"; ?> |