Normally it would be in such a structure:
../application/modules/somemodule/views/scripts/index/index.phtml
How I move it to:
../application/templates/somemodule/template1/views/......
../application/templates/somemodule/templateTWOOMG/.......
??
You need to play with:
$viewRenderer::setViewBasePathSpec();For example in
frontControllerplugin, (or easier, but not so flexible, inBootstrap.php):Take a look on getters and setters in
frontController,view,layoutandviewRendererclasses. There are plenty of methods which allow to customize default directory structure.