Hello and thanks for your reply,

the problem is that I don't have the header or the footer in the views/
layouts/

I only have default.ctp like this:

<html>
<head>
   <title>Listing Websites</title>
   <?php echo $html->charset('UTF-8');    ?>
   <?php //echo $html->css('style.css'); ?>
</head>
<body>
   <h1 align="center"><?php echo $content_for_layout; ?> Listing
Websites</h1>
   <?php echo $html->link('Admin panel', '/admin/index'); ?>
</body>
</html>

and I think this is for the admin section right??
--~--~---------~--~----~------------~-------~--~----~
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