How to set title to every specific image?

Phoca Templates - templates for Joomla! CMS
mishef
Phoca Member
Phoca Member
Posts: 19
Joined: 04 Jul 2011, 14:20

How to set title to every specific image?

Post by mishef »

Hello!

I want to put a specific title tag <a href title="" for each image when mouse over in detailed view - see here. What should I put in the code to get, what I want. This is the current state of default.php

.'<a title="Specific Title for Image" onclick="'.$this->tmpl['detailwindowclose'].'">'.$this->item->linkimage.'</a>';

Thanks!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: How to set title to every specific image?

Post by Jan »

Hi, then try to add the title for img tag too.

Jan
If you find Phoca extensions useful, please support the project
mishef
Phoca Member
Phoca Member
Posts: 19
Joined: 04 Jul 2011, 14:20

Re: How to set title to every specific image?

Post by mishef »

How to do that ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: How to set title to every specific image?

Post by Jan »

Hi, you need to edit the html code to add this there.

Jan
If you find Phoca extensions useful, please support the project
Post Reply