I got it to work, there was some other code interfering in some
unpredictable ways, when that was cleaned up the theming worked.  It's
pretty nice to be able to theme and use different layouts now.

thanks for the css tip, I will probably update the layout code to use
that html css helper.

On Jul 15, 6:55 pm, 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 implementedthemeson my site but I'm having trouble getting
> > layouts withinthemesto work.  Right now only the default layout with
> > any given theme is being used.
>
> > Can layouts work withinthemes?  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