Monday 25 October 2010 2:29:15 pm
Hi there, I have to move a project originally based on ezwebin to a new ez installation, both 4.3. The new one is based on a plain_site layout though. When I installed my new extension package, lots of templates parts where missing starting from the top menu, and instead of the loaded page logo I got a text link. It seems as if this condition inside pagelayout.tpl is not taken into consideration:
{if $pagedata.top_menu}.. as well as this other one inside page_header_logo.tpl, for instance:
{if $pagedesign.data_map.image.content.is_valid|not()}.. and since $pagedata and $pagedesign come from this code snipped:
{def $pagedata = ezpagedata()
..
$pagedesign = $pagedata.template_look
..} I believe it has something to do with ezpagedata(). Any idea? ..Thx!
loredanaebook.it
|