Imported from SVN by Bitbucket
This commit is contained in:
16
caotek/zidol_theme/configure.zcml
Executable file
16
caotek/zidol_theme/configure.zcml
Executable file
@@ -0,0 +1,16 @@
|
||||
<configure
|
||||
xmlns="http://namespaces.zope.org/zope"
|
||||
xmlns:five="http://namespaces.zope.org/five"
|
||||
xmlns:cmf="http://namespaces.zope.org/cmf"
|
||||
xmlns:i18n="http://namespaces.zope.org/i18n"
|
||||
i18n_domain="caotek.zidol_theme">
|
||||
|
||||
<!-- File System Directory Views registration -->
|
||||
<cmf:registerDirectory name="caotek_zidol_images"/>
|
||||
<cmf:registerDirectory name="caotek_zidol_styles"/>
|
||||
|
||||
<five:registerPackage package="." initialize=".initialize" />
|
||||
<include package=".browser" />
|
||||
<include file="profiles.zcml" />
|
||||
|
||||
</configure>
|
||||
Reference in New Issue
Block a user