Hi,
I have the following controller: AboutController in the indexAction I have:
$this->view->pick('about');
and in views I have about.volt file but the index.volt is still being rendered. I want all the volt files in top level view folder ie.
views/about
views/contact
and not like this:
views/about/index
views/contact/index
Thanks