View Single Post
  #1 (permalink)  
Old 03-08-2008, 06:18 PM
sawatdee sawatdee is offline
Junior Member
 
Join Date: Mar 2008
Posts: 12
Default rendering a view within a view

Is there a way to store a view in a phtml file and then render it as part of another view? For example, if I have a menu or footer that is common to all of the pages on my site and I want to keep it in one phtml file so that I can change it in one place and it will change everywhere. I can't find anything about doing this in the documentation.
Reply With Quote