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.
|