Commit 8191cba5 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Remove topic and zpt_topic from the skin selection, because they are not present.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1411 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 57ef101a
...@@ -389,8 +389,8 @@ class ERP5Generator(PortalGenerator): ...@@ -389,8 +389,8 @@ class ERP5Generator(PortalGenerator):
ps.manage_addProduct['OFSP'].manage_addFolder(id='external_method') ps.manage_addProduct['OFSP'].manage_addFolder(id='external_method')
ps.manage_addProduct['OFSP'].manage_addFolder(id='local_pro') ps.manage_addProduct['OFSP'].manage_addFolder(id='local_pro')
ps.addSkinSelection('ERP5', 'local_pro, external_method, pro, erp5, activity, ' ps.addSkinSelection('ERP5', 'local_pro, external_method, pro, erp5, activity, '
+ 'zpt_topic, zpt_content, zpt_generic,' + 'zpt_content, zpt_generic,'
+ 'zpt_control, topic, content, generic, control, images', + 'zpt_control, content, generic, control, images',
make_default=1) make_default=1)
p.setupCurrentSkin() p.setupCurrentSkin()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment