I would like to arrange the views in a more modular manner by grouping them in folders. Like for users views I'll would like to do public/tpl/accounts/userAddView.html. This way I will place all views related to accounts/users like editing forms, password change etc.
How can we do something like that? Tried to hack code to implement the above but got stuck, I'll appreciate if someone comes to aid.
I would like to arrange the views in a more modular manner by grouping them in folders. Like for users views I'll would like to do public/tpl/accounts/userAddView.html. This way I will place all views related to accounts/users like editing forms, password change etc.
How can we do something like that? Tried to hack code to implement the above but got stuck, I'll appreciate if someone comes to aid.
Thanks.