Add summary to the title

HermetiC

Joined: 2009-01-15
Posts: 5
Posted: Thu, 2009-01-15 18:47

I want to customize the HTML Title of my Gallerie.

In thme.tpl there is:

<title>{$theme.item.title|default:$theme.item.pathComponent|markup:strip} - Atlas Acuavida.com</title>

I wish something like that
<title>Album name - Summary - Mysite name</title>
<title>Fish Album - Beutifull album - Atlas Acuavida.com</title>

What should I do?

thanks so much

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-01-16 00:27

The summary would be:
{$theme.item.summary}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
HermetiC

Joined: 2009-01-15
Posts: 5
Posted: Fri, 2009-01-16 10:54

Thakyou so much!!!