[Zope3-checkins] SVN: Zope3/trunk/ Now I know why some people were
confused about how to set the default
Philipp von Weitershausen
philikon at philikon.de
Thu Jul 8 12:46:53 EDT 2004
Log message for revision 26205:
Now I know why some people were confused about how to set the default
skin. Because they were thrown off by this incorrect example.
-=-
Modified: Zope3/trunk/overrides.zcml.in
===================================================================
--- Zope3/trunk/overrides.zcml.in 2004-07-08 15:25:22 UTC (rev 26204)
+++ Zope3/trunk/overrides.zcml.in 2004-07-08 16:46:53 UTC (rev 26205)
@@ -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/trunk/zopeskel/etc/overrides.zcml
===================================================================
--- Zope3/trunk/zopeskel/etc/overrides.zcml 2004-07-08 15:25:22 UTC (rev 26204)
+++ Zope3/trunk/zopeskel/etc/overrides.zcml 2004-07-08 16:46:53 UTC (rev 26205)
@@ -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