[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Merge r26205 from
trunk: Don't throw off people about providing a different
Philipp von Weitershausen
philikon at philikon.de
Thu Jul 8 12:53:24 EDT 2004
Log message for revision 26206:
Merge r26205 from trunk: Don't throw off people about providing a different
default skin.
-=-
Modified: Zope3/branches/ZopeX3-3.0/overrides.zcml.in
===================================================================
--- Zope3/branches/ZopeX3-3.0/overrides.zcml.in 2004-07-08 16:46:53 UTC (rev 26205)
+++ Zope3/branches/ZopeX3-3.0/overrides.zcml.in 2004-07-08 16:53:24 UTC (rev 26206)
@@ -4,6 +4,6 @@
<!-- Provide local overrides of standard configurations -->
<!-- For example, define a different default skin -->
- <!-- <browser:skin name="" layers="default" /> -->
+ <!-- <browser:defaultSkin name="" /> -->
</configure>
Modified: Zope3/branches/ZopeX3-3.0/zopeskel/etc/overrides.zcml
===================================================================
--- Zope3/branches/ZopeX3-3.0/zopeskel/etc/overrides.zcml 2004-07-08 16:46:53 UTC (rev 26205)
+++ Zope3/branches/ZopeX3-3.0/zopeskel/etc/overrides.zcml 2004-07-08 16:53:24 UTC (rev 26206)
@@ -4,6 +4,6 @@
<!-- Provide local overrides of standard configurations -->
<!-- For example, define a different default skin -->
- <!-- <browser:skin name="" layers="default" /> -->
+ <!-- <browser:defaultSkin name="" /> -->
</configure>
More information about the Zope3-Checkins
mailing list