24 lines
825 B
Plaintext
Executable File
24 lines
825 B
Plaintext
Executable File
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
|
|
xmlns:define="/WEB-INF/bebop-define.tld"
|
|
xmlns:show="/WEB-INF/bebop-show.tld"
|
|
version="1.2">
|
|
|
|
<define:page name="childCategories"
|
|
pageClass="com.arsdigita.cms.ui.authoring.EmptyPage"
|
|
title="childCategories"
|
|
cache="true">
|
|
|
|
<!-- Class had been moved from ccm-ldn-aplaws to ccm-ldn-terms in
|
|
order to avoid dependencies between modules, ccm-forum-categorised
|
|
and a specific kind of the integration module ccm-???-aplaws.
|
|
<define:component name="catSubtree"
|
|
classname="com.arsdigita.aplaws.ui.CategorySubtree"/>
|
|
-->
|
|
|
|
<define:component name="catSubtree"
|
|
classname="com.arsdigita.london.terms.ui.CategorySubtree"/>
|
|
</define:page>
|
|
|
|
<show:all/>
|
|
</jsp:root>
|