for some reason my meta tags that I have placed within my various page
views are always running inline(body) instead of being place in the
<head> of the document.

in my default layout within the head I have:
<?php echo $scripts_for_layout; ?>

in my various pages I've included:
<?php
echo $html->meta('keywords', 'keywords for the page goes here one two
three', array('type' => 'keywords'), false);
echo $html->meta('description', 'The description of the page goes
here, cakephp is cool', array('type' => 'description'), false);
?>

The "false" variable should make the items go into the head where
scripts for layout are correct? What am I doing wrong here?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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