I'm currently trying to get a basic web app working, seperating my admin into a module.
I'm using Twig and the Parser package to manage templating.
I have two view called base.twig in fuel/app/views/ and fuel/app/modules/admin/views.
When I want to extend the admin template (the one in /modules/admin...) (from a controller in the module) I keep getting the generic one (app/views).
I have read the docs regarding views and parser at least fifteen times, and couldn't come up with a solution. MY last resort (renaming the admin template to base2 and adjusting the extending view) resulted in this error.
Controller and extending template
Checked against 1.8/develop and verified it happening there too.
I'm currently trying to get a basic web app working, seperating my admin into a module.
I'm using Twig and the Parser package to manage templating.
I have two view called base.twig in fuel/app/views/ and fuel/app/modules/admin/views.
When I want to extend the admin template (the one in /modules/admin...) (from a controller in the module) I keep getting the generic one (app/views).
I have read the docs regarding views and parser at least fifteen times, and couldn't come up with a solution. MY last resort (renaming the admin template to base2 and adjusting the extending view) resulted in this error.
Controller and extending template
Checked against 1.8/develop and verified it happening there too.