source: main/kwarapoly.theme/trunk/kwarapoly/theme/profiles/default/viewlets.xml

Last change on this file was 10866, checked in by Henrik Bettermann, 11 years ago

Fill trunk

File size: 1.1 KB
Line 
1<?xml version="1.0"?>
2<!-- This file holds the setup configuration of the viewlet managers
3     for the "KwaraPoly Theme" skin.
4     -->
5
6<object>
7
8 
9  <order manager="plone.portalfooter" skinname="KwaraPoly Theme"
10         based-on="Plone Default">
11    <!-- The definition of a viewlet accepts these parameters:
12         - name: quite self explanatory, the name of the viewlet.
13         - insert-before: name of the viewlet before which it must be added or
14           moved.
15         - insert-after: name of the viewlet after which it must be added
16           or moved.
17         - remove: supported but rarely needed, removes the viewlet from the
18           ordering list (doesn't mean that it hides the viewlet).
19         Note: insert-before and -after accept the value "*" which means
20         "all".
21         -->
22<!-- EXAMPLE (UNCOMMENT TO MAKE AVAILABLE):
23    <viewlet name="kwarapoly.someviewlet"
24             insert-before="*" />
25-->
26  </order>
27
28  <hidden manager="plone.abovecontent" skinname="KwaraPoly Theme">
29    <viewlet name="plone.path_bar" />
30  </hidden>
31
32</object>
Note: See TracBrowser for help on using the repository browser.