Forums / Setup & design / Html title tag in Exponential

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Html title tag in Exponential

Author Message

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