[eluser]pdxbenjamin[/eluser]
In my project folder I have this structure.
config
controllers
errors
libraries
models
views
I'd like this...
config
controllers
errors
libraries
models
views
->admin
->store
->otherjunk
I can't seem to access files inside of a folder inside of the views folder.
Thanks.