plone - Override the main_template.pt without z3c.jbot -
i want override original main_template of plone without using z3c.jbot, using zcml directives (browser:page?).
is there way override default plone4 template using zcml?
zcml can used override views.
older plone templates, main_template.pt, use portal_skins layering facilities.
more in here:
http://developer.plone.org/templates_css_and_javascripts/skin_layers.html
your addon needs genericsetup profile
you register skin layers in genericsetup xml
you register skin layers in zcml
skin templates overridden in order given portal_skins properties tab (you can test , manage ttw after zcml part done)
Comments
Post a Comment