yes you need to put you layout folder in theme folder and as mention in previus post you need to put your css and js in webroot folder . you should visite also http://book.cakephp.org/view/488/Themes
On Jul 16, 7:55 am, ramzwatcher <[email protected]> wrote: > Did you place the css files at webroot? That should work. > > You can call custom css for specific page by placing in the ctp file: > <?php e($html->css('empty')); ?> > > Hopefully it helps > > On Jul 16, 5:19 am, djfingers <[email protected]> wrote: > > > I have implemented themes on my site but I'm having trouble getting > > layouts within themes to work. Right now only the default layout with > > any given theme is being used. > > > Can layouts work within themes? If so, are there any special things > > that need to be coded. Shouldn't $this->layout = 'mylayout' work > > within a theme? > > > I couldn't find any information on this within the cakephp site or the > > google group. Any help or links would be appreciated! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
