Tuesday, September 30, 2008

html helper issue

Hello guys,
while i was trying to add some meta data in the header of my project i was able to add a "description" meta using a call to the html helper object, something like "echo $html->meta( 'description', 'some text here', array(), false );" to output ( <meta name="description" content="some text here"/> ), and likewise i was able to add the "keywords" meta but when i was trying to add other meta(s) like (Author, Abstract, Copyright ... etc) the output wasn't as expected when dealing with description and keywords, is there any way to generate the output for those metas as dealing with description and keywords metas?

Thanks in advance for any replies.

--~--~---------~--~----~------------~-------~--~----~
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 cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: