Print this article Edit this article

Zope: Customizing ZWiki

More information can be found here:

http://zwiki.org/HowToCreateZwikiSkinsFromOpenWebTemplates

Create a Page Template called wikipage.pt

The contents of the page should include:

<metal:block metal:define-macro="master">

<tal:block metal:use-macro="container/ptMaster/macros/page">
<tal:block metal:fill-slot="body">

<div metal:use-macro="here/macros/links" />
<div metal:use-macro="here/macros/content" />

</tal:block>
</tal:block>

</metal:block>

Last Modified: Dec 19, 2016 11:12 am US/Eastern
Created: Feb 2, 2010 1:00 pm US/Eastern by admin
JumpURL:


Categories