Forums / Install & configuration / MetaDataArray
Luc Chase
Monday 02 May 2005 4:34:02 pm
Want to implement metadata tags similar to this.
<meta name='name' scheme='scheme' content='content' />
Are there other arrays similar to MetaDataArray which can be used for this?
The Web Application Service Provider
Ćukasz Serwatka
Wednesday 04 May 2005 12:34:05 am
Hi Luc,
No, all "custom" metas you will have to add in page_head.tpl manualy.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Wednesday 04 May 2005 1:21:52 am
Ok... will probably do an override and add some custom entries in the site.ini.... Came accross this code in page_header.tpl What is it?? What is '$#Header:extra_data'?
{section show=and(is_set($#Header:extra_data),is_array($#Header:extra_data))} {section name=ExtraData loop=$#Header:extra_data} {$:item} {/section} {/section}
Jan Borsodi
Wednesday 04 May 2005 1:31:46 am
The <i>extra_data</i> variable is something that can be set by the PHP code to create extra header entries.It hasn't been used and will have problems with pages that cache their output.
-- Amos Documentation: http://ez.no/ez_publish/documentation FAQ: http://ez.no/ez_publish/documentation/faq