Sunday 29 May 2011 12:13:40 pm
Thank you for your reply, Niko Unfortunately, that did not work. Also {foreach $object as $item}
{$item} az
{/foreach}
Returned nothing, not even the az that would say that it went through the loop. On the other hand, not even the $pagedesign variable is not set, and it is used for sure in the display of the page. So... my conclusion is that almost no variables are set before creating the form, and that is in the core of eZ, so I cannot change the location where to create it. On the other hand, I just found where I can set template variables in php. Is there any global that knows the page id or the parent id? Or is it possible to be a scope change, so that I cannot access the variables set before?
|