My layout.phtml file works fine if I try to render from a
controller/indexAction function, but when I try to display from a
controller/non-indexAction function the css files and image files that I
link to all fail. 

I am including files in my controller/init() method like this:

        $response->insert('header', $this->view->render('header.phtml'));

Again, it works fine in the controller/indexAction function,  but not in the
controller/non-indexAction function.

Thanks for any help.
-- 
View this message in context: 
http://www.nabble.com/Zend-Layout-problem-with-sub-actions-tp21734622p21734622.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to