Documentation added, navigation menue tree.

git-svn-id: https://svn.libreccm.org/ccm/trunk@385 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2010-04-24 21:14:26 +00:00
parent d61a5fdda2
commit ee03089a5a
1 changed files with 5 additions and 0 deletions

View File

@ -9,15 +9,20 @@
xmlns:show="/WEB-INF/bebop-show.tld"
version="1.2">
<%-- Extension to include the navigation menue on the siteproxy page
--%>
<jsp:directive.page import="com.arsdigita.london.navigation.Navigation"/>
<define:page name="SiteProxyItemPage" application="content"
title="CMS" cache="true">
<%-- Extension to include the navigation menue on the siteproxy page
--%>
<define:component name="categoryPath"
classname="com.arsdigita.london.navigation.ui.category.Path"/>
<define:component name="categoryMenu"
classname="com.arsdigita.london.navigation.ui.category.Menu"/>
<%-- End of navigation extension --%>
<define:component name="itemXML"
classname="com.arsdigita.cms.dispatcher.ContentPanel"/>