Thursday 24 January 2008 1:41:27 am
Is there actually 'myaccount' view in the user module? I don't know of anything like that and if you're thinking your custom view, then you may call any pagelayout template file you want on the PHP level:
$Result['content'] = $tpl->fetch( "design:user/myaccount.tpl" );
$Result['pagelayout'] = 'myaccountpagelayout.tpl';
Also look closely at the override matching options: http://ez.no/doc/ez_publish/technical_manual/4_0/reference/template_override_conditions
--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu
|