Linha | |
---|
1 | <configure |
---|
2 | xmlns="http://namespaces.zope.org/zope" |
---|
3 | xmlns:cmf="http://namespaces.zope.org/cmf" |
---|
4 | xmlns:genericsetup="http://namespaces.zope.org/genericsetup" |
---|
5 | xmlns:grok="http://namespaces.zope.org/grok" |
---|
6 | xmlns:five="http://namespaces.zope.org/five"> |
---|
7 | |
---|
8 | <five:registerPackage package="." initialize=".initialize" /> |
---|
9 | |
---|
10 | <include package="five.grok" /> |
---|
11 | |
---|
12 | <grok:grok package="." /> |
---|
13 | |
---|
14 | <genericsetup:registerProfile |
---|
15 | name="default" |
---|
16 | title="SAPL" |
---|
17 | description="Profile for a default SAPL." |
---|
18 | for="Products.CMFCore.interfaces.ISiteRoot" |
---|
19 | /> |
---|
20 | |
---|
21 | <!-- registro a pasta de skins --> |
---|
22 | |
---|
23 | <cmf:registerDirectory name="skins" directory="skins" recursive="True" /> |
---|
24 | |
---|
25 | </configure> |
---|
Note: Veja
TracBrowser
para ajuda no uso do navegador do trac.