mmm... doesn't work, this is my code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>Title</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<?php echo $html->charset('ISO-8859-1'); ?>
<meta name="description" content="This is my Description" />
<meta name="keywords" content="keyword1, keyword2" />
<?php echo $html->css('default'); ?>
<head>
<body>
<?php echo $content_for_layout; ?>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---