How to set title to every specific image?
Posted: 12 Aug 2011, 15:08
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!
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!