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
-~----------~----~----~----~------~----~------~--~---

Reply via email to