raftalks / ravel

CMS developed with Laravel 4 PHP framework and Angularjs
BSD 3-Clause "New" or "Revised" License
217 stars 38 forks source link

[Proposal] Add theme level below views #23

Open victorgeere opened 11 years ago

victorgeere commented 11 years ago

@raftalks How do you plan on implementing the 'frontend_theme' config option? I suggest we add a subfolder level to views so that we have

views

theme1

admin layouts templates

theme2

admin layouts templates

Also can we add a 'backend_theme' config option?

raftalks commented 11 years ago

Yeah something similar to that, however, not within the views directory, may be a themes directory. I plan to put a theme helper class which will reduce a lot of work to be done on frontend development.