From: <ce...@us...> - 2004-01-08 13:35:04
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv29922 Modified Files: common.php Log Message: Fix base URL Index: common.php =================================================================== RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** common.php 8 Jan 2004 13:23:56 -0000 1.2 --- common.php 8 Jan 2004 13:35:00 -0000 1.3 *************** *** 39,43 **** <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <base href="http://localhost/~chris/csseditor/wiki"/> <meta name="keywords" content="<?php print $MetaKeywords . $keywords; ?>" /> <meta name="description" content="<?php print $MetaDescription; ?>" /> --- 39,43 ---- <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <base href="http://csseditor.sourceforge.net/wiki"/> <meta name="keywords" content="<?php print $MetaKeywords . $keywords; ?>" /> <meta name="description" content="<?php print $MetaDescription; ?>" /> |