philsturgeon / codeigniter-template

Template library for CodeIgniter which supports modules, themes, partial views, etc.
411 stars 178 forks source link

Fix the sequence of layout subdir to meet comment #46

Closed cweric closed 11 years ago

cweric commented 11 years ago

The comment is  // Things like views/admin/web/view admin = subdir

So the sequence of layout subdir should be views/admin/web/view admin = subdir views/admin/mobile/view admin = subdir

not views/web/admin/view admin = subdir views/mobile/admin/view admin = subdir