Last change
on this file since 17931 was
10190,
checked in by uli, 11 years ago
|
Add original theme as delivered by Fafalter.
|
File size:
1.0 KB
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <!-- This file holds the setup configuration of the viewlet managers |
---|
3 | for the "NgREN Theme" skin. |
---|
4 | --> |
---|
5 | |
---|
6 | <object> |
---|
7 | |
---|
8 | |
---|
9 | <order manager="plone.portalfooter" skinname="NgREN 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="ngren.someviewlet" |
---|
24 | insert-before="*" /> |
---|
25 | --> |
---|
26 | </order> |
---|
27 | |
---|
28 | <hidden manager="plone.abovecontent" skinname="NgREN Theme"> |
---|
29 | <viewlet name="plone.path_bar" /> |
---|
30 | </hidden> |
---|
31 | |
---|
32 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.