(oops, I've pressed send accidentally :)

Sooo, replace these:

<html metal:use-macro="person.zpt/main">
+
<div metal:fill-slot="content_main">

with:

<html metal:use-macro="person.zpt/main" tal:define="callback 'display-list'>
+
<div metal:define-macro="display-list">


Basically use another macro instead of a slot.


--
regards, Kornel Lesiński

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

Reply via email to