From: <ce...@us...> - 2004-01-08 18:33:17
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv894/templates Modified Files: common.php Log Message: Add documentation sub-navigation Index: common.php =================================================================== RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** common.php 8 Jan 2004 16:32:09 -0000 1.8 --- common.php 8 Jan 2004 18:33:15 -0000 1.9 *************** *** 65,68 **** --- 65,74 ---- <li><a href="http://sourceforge.net/cvs/?group_id=97094">CVS</a></li> </ul> + <div class="navheader"> + <a href="<?php print viewURL('StartPage'); ?>">Contents</a> + </div> + <ul> + <li><a href="<?php print viewURL('FormattingRules'); ?>">Formatting Rules</a></li> + </ul> </div> <div id="content"> |