From: Heiko Z. <smi...@us...> - 2004-09-18 13:40:02
|
Update of /cvsroot/devil-linux/web/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25011/include Modified Files: config.inc.php Log Message: disable 'order cd' until we know what's going on with the webshop Index: config.inc.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/config.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config.inc.php 2 Jun 2004 13:17:32 -0000 1.2 +++ config.inc.php 18 Sep 2004 13:39:49 -0000 1.3 @@ -37,7 +37,7 @@ array("TITLE" => "Development Tools", "LINK" => "devtools.php") ); $navarray["WEBSHOP"]["SUBNAV"] = array( - array("TITLE" => "Order CD", "LINK" => "ordercd.php"), + // array("TITLE" => "Order CD", "LINK" => "ordercd.php"), array("TITLE" => "Merchandise", "LINK" => "merchandise.php"), ); |