Hi, I have created admin routing, so controllers are having functions with admin_index etc, and in the url it is admin/controller_name, cant i specify for admin/controller_names a template.
On Nov 14, 11:54 am, Sadikul Ameen Mohamed <[email protected]> wrote: > Use this code in App_controller > > if($this->params['controller'] == 'admins') { > $this->layout = 'admin_layout'; > > } > > On Nov 14, 11:48 am, anjith <[email protected]> wrote: > > > > > Hi, > > > I need to have two layouts one for admin and one for remaining all > > pages. > > > How to create new admin template just like default.ctp and how to > > specify that to functions of admin controller. > > > Regards, > > Anjith Kumar G -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
