From: <ce...@us...> - 2004-01-08 16:32:19
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv4362/templates Modified Files: common.php Log Message: Use relative links in navigation Index: common.php =================================================================== RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** common.php 8 Jan 2004 15:44:12 -0000 1.7 --- common.php 8 Jan 2004 16:32:09 -0000 1.8 *************** *** 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; ?>" /> --- 39,42 ---- *************** *** 56,63 **** <div id="navigation"> <div class="navheader"> ! <a href="http://csseditor.sourceforge.net/">Home</a> </div> <ul> ! <li><a href="http://csseditor.sourceforge.net/wiki">Documentation</a></li> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li> <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li> --- 55,62 ---- <div id="navigation"> <div class="navheader"> ! <a href="./">Home</a> </div> <ul> ! <li><a href="wiki">Documentation</a></li> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li> <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li> *************** *** 159,165 **** </div> <?php if($args['timestamp']) { ?> ! <span class="timestamp"> <?php echo TMPL_DocLastModified . ' '. html_time($args['timestamp']); ?> ! </span> <?php } ?> </div> --- 158,164 ---- </div> <?php if($args['timestamp']) { ?> ! <div class="timestamp"> <?php echo TMPL_DocLastModified . ' '. html_time($args['timestamp']); ?> ! </div> <?php } ?> </div> |