|
From: Philipp H. <p-...@us...> - 2006-05-02 12:09:59
|
Update of /cvsroot/cobricks/cobricks2/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24735/web Modified Files: pageheader.html Log Message: Added Discussion to main menu. Visible only if discussion module started Index: pageheader.html =================================================================== RCS file: /cvsroot/cobricks/cobricks2/web/pageheader.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- pageheader.html 13 Feb 2006 23:33:29 -0000 1.17 +++ pageheader.html 2 May 2006 12:09:50 -0000 1.18 @@ -43,7 +43,10 @@ <a href="$contextPath/message/index.html">MESSAGE</a> | <a href="$contextPath/course/index.html">COURSE</a> | <a href="$contextPath/portal/index.html">PORTAL</a> | -<a href="$contextPath/agent/index.html">AGENT</a> +<a href="$contextPath/agent/index.html">AGENT</a> +#if ($discussionManager) | +<a href="$contextPath/discussion/index.html">DISCUSSION</a> +#end </font> </td> </tr> |