View Single Post
  #1 (permalink)  
Old 04-24-2008, 04:18 PM
Michał Michał is offline
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default many layouts_paths set in bootstrap

Is there any option to have each layout in one dir cofigured in bootstrap file?
Code:
/layouts
../defaultLayout
../one-col-layout
In the app one controller should use layout from defaultLayout dir and other from one-col-layout dir.
Is it possible to set a couple of dir paths where script should look for files?
Reply With Quote