Hi There are some problems with Xend_Layout and Smarty In your code for example you check if $(view instanceof Zend_View_Abstract)I have my class Smarty (class Sou_View_Smarty implements Zend_View_Interface) and it doesn`t pass this if.. The Xend layou should be compatible with classes which implements the View interface (ViewRenderer is ) or how to change ViewSuffix (in ViewRenderer is setViewSuffix('tpl')
Thanks Kamil
