Re: Using layouts with themes

2009-07-16 Thread djfingers

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 coolramz...@gmail.com 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 john.arr...@gmail.com 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Using layouts with themes

2009-07-15 Thread djfingers

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---