> is there any way to generate the output for those metas as dealing with 
> description and
> keywords metas?

Hi soosa,

The "meta" HTML helper currently supports building meta elements for
"rss", "icon", "atom", "keywords", and "description". For all the
other types of meta elements, you are better off inserting them in
plain old HTML, which is what I do for all meta elements, anyway. You
can still use dynamic elements in the meta content area, like "<?php
echo $title_for_layout ?>" to insert the current page title.

See the meta API reference here:
http://api.cakephp.org/1.2/class_html_helper.html#9489839503311b5167336ae0abdd0f8a
and the accepted types on line 200 of file html.php (http://
api.cakephp.org/1.2/html_8php-source.html#l00200).
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to