On 31.08.2009, at 17:06, GRolf wrote:

wondering about yet another thing

is it somehow possible to nest a "define-slot" in a "fill-slot" ?

You can fill a slot by calling macros which have their own slots:

<tal:block metal:use-macro="globalpage">
  <tal:block metal:fill-slot="main-content">
     <tal:block metal:use-macro="two-column-main-content">
       <tal:block metal:fill-slot="left-column"/>
       <tal:block metal:fill-slot="right-column"/>




--
regards, Kornel




_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to