Thursday 31 August 2006 1:54:00 am
I got problems with the meta tag "description". Meta tag author and keywords are working great (fetching data/info from override/site.ini.append..), but in the sourcecode the description-tag just prints the path of the structure, even if I've specified another text in override/site.ini..
I don't really know why this is happening. In the pagelayout.tpl I 've:
{section name=meta loop=$site.meta}
<meta name="{$meta:key}" content="{$meta:item}" /> {/section} And this shall fetch the content from site.ini... Hope someone know a solution on this.
|