I am trying to create a custom theme using the depot project. I have added a test folder under the themes folder and I have changed the homepage controller before method like this:
public function before(){
parent::before();
\Request::active()->action=='index' and \Theme::instance('test',array('active'=>'test'))->set_template(
'templates/layout.smarty');
I am not sure why I am getting the theme not found error
yes my themes folder is one up from app folder. and yes my server has read access to that folder. i am not sure why its not finding the test theme folder