[CMF-checkins] CVS: Products/CMFDefault - Portal.py:1.45

Yvo Schubbe y.2004_ at wcm-solutions.de
Wed Sep 8 11:57:45 EDT 2004


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv15347/CMFDefault

Modified Files:
	Portal.py 
Log Message:
- removed deprecated DTML skins and layers
- removed deprecated files of ZPT layers


=== Products/CMFDefault/Portal.py 1.44 => 1.45 ===
--- Products/CMFDefault/Portal.py:1.44	Thu Aug 12 11:07:40 2004
+++ Products/CMFDefault/Portal.py	Wed Sep  8 11:57:14 2004
@@ -264,10 +264,6 @@
             'custom, zpt_topic, zpt_content, zpt_generic,'
             + 'zpt_control, Images',
             make_default=1)
-        ps.addSkinSelection('Nouvelle',
-            'nouvelle, custom, topic, content, generic, control, Images')
-        ps.addSkinSelection('No CSS',
-            'no_css, custom, topic, content, generic, control, Images')
         p.setupCurrentSkin()
 
     def setupTypes(self, p, initial_types=factory_type_information):



More information about the CMF-checkins mailing list