Forums / Setup & design / Html title tag in ezpublish
SathishKumar Subramanian
Tuesday 18 November 2003 4:17:36 am
Hi,
I am using ezpublish3.2 version.I have tried to publish the description of an object in the html's title tag. I have given the code like
<a class="link" title={$languages:item.description|eztext} alt={$languages:item.description} href={concat("/content/view/full/",$languages:item.node_id,"/")|ezurl} >{$languages:item.name|wash}</a>
I am not getting the description in the title tag. But the description is working if I will put {$languages:item.description|wash} instead of {$languages:item.name|wash}
How can I get the description in the title tag?
Pls help. Thanx in Advance! :)
Sathizh