I'm integrating a template into a zend project, come from a Kohana background so a bit stuck on something. The project is split into two modules, admin and application.
The login page in the admin module uses the layout in the application module, atleast - it should, right now it uses the admin layout.twig by default.
How can I change this so it uses the application modules layout.twig (or a way to set the location of the layout file that's used?).
Sorry for the lack of code - hopefully it's a straightforward problem, the action just returns $viewData variable.