change title of an icon

HI,

how can and where change the title of an icon that is shown on frontpage when mouse is set over the single item. I have changed the translation of the element but title of an icon is what is shown on front page and I need to change it. Please take a look at the attachment..

txAttachment 24863

2 answers

Profile photo of Sherlock 0.00 $tone December 18, 2012
Public

Hi dbosnj35,

To get the translations works for titles also you can try as following
Open the file of app\design\frontend\default\jm_walltemplate\jooml art\jmproducts\list.phtml looking for this text
title="Add to Wishlist"
Change to
title="<?php echo $this->__(‘Add to Wishlist’) ?>"
And then change this text
title="Add to Compare"
To
title="<?php echo $this->__(‘Add to Compare’) ?>"

Hope those changes works !

#1

This question is now closed

Written By

Comments