source: products/qSiloGroup/trunk/profiles/default/portlets.xml @ 1591

Last change on this file since 1591 was 246, checked in by crchemist, 18 years ago

Fixup error in listMetaTags.py for Plone-2.0.x

File size: 687 bytes
Line 
1<?xml version="1.0"?>
2<portlets>
3    <!-- left column -->
4    <!-- remove standard navigation portlet -->
5    <assignment
6        manager="plone.leftcolumn"
7        category="context"
8        key="/"
9        type="portlets.Navigation"
10        name="navigation"
11        remove="True"
12        />
13
14    <!-- add out navigation portlet before all portlets -->
15    <assignment
16        manager="plone.leftcolumn"
17        category="context"
18        key="/"
19        type="portlets.Classic"
20        name="portlet_navigation"
21        insert_before="*">
22        <property name="template">portlet_navigation</property>
23        <property name="macro">portlet</property>
24    </assignment>
25
26</portlets>
Note: See TracBrowser for help on using the repository browser.