Friday 23 September 2005 3:11:26 am
Ok, sorry, made a long time I did not use my English :) So with the following code
{let $meta_data=ezini( 'SiteSettings','MetaDataArray' ) }
{$meta_data|attribute(show)}
{/let}
I get the following result
Attribute / type / Value
author string 'author'
copyright string 'gpl
description string 'Ez Publish cms' keywords string 'cms, publish, ez Publish, ezpublish' Then I did :
{$meta_data.keywords}
And it works now ... I might have done something wrong ... Thanks for your help
|