I would like to set a placeholder for site navigation just like <?= $this->layout()->content ?>
1. How? 2. Just as, if not more importantly, I would like a *default*"navigation.phtml" to be rendered by <?= $this->layout()->nav ?> and have the ability to over ride it on the Controller level. For example, every Controller *except* AdminController gets "main_nav.phtml". AdminController gets "admin_nav.phtml ". Other than the navigation, the layout stays the same. Thanks! Jason DEBORD Limoges, France
