The reason why you can't find the default layout, is that it doesn't exist
until your create it. By default, Cake uses the layout present in the cake
Core installation. If you put CSS stylesheets into your /app/webroot/css
folder, you can put the following code into any view or layout to link to
them:

<?php echo $this->css('name_of_stylesheet'); ?>

Hope this helps a little.
--
In the name of Life, Liberty, and the pursuit of my sanity.
Siebren Bakker(Aevum Decessus)

On Sat, Jul 19, 2008 at 09:09, Aquarius.Chifi <[EMAIL PROTECTED]> wrote:

>
> Can anybody help me?
> >
>

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