|
From: Emilien K. <cur...@us...> - 2005-05-17 09:34:05
|
Update of /cvsroot/wxdevcenter/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31431 Modified Files: page.inc.php Log Message: Global path. Index: page.inc.php =================================================================== RCS file: /cvsroot/wxdevcenter/web/page.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** page.inc.php 16 May 2005 13:22:13 -0000 1.1 --- page.inc.php 17 May 2005 09:33:45 -0000 1.2 *************** *** 2,7 **** ! $globalpath = "http://localhost/wxDevCenter"; ! //$globalpath = "http://wxdevcenter.sourceforge.net"; $menuFR = array("<a href=\"$globalpath/fr/\">Commun</a>", --- 2,7 ---- ! //$globalpath = "http://localhost/wxDevCenter"; ! $globalpath = "http://wxdevcenter.sourceforge.net"; $menuFR = array("<a href=\"$globalpath/fr/\">Commun</a>", |