bug? highslide_close_button title not localized
Posted: 15 Apr 2012, 22:14
Find some problem (pg 2.8.1).
In file renderfront.php, function renderHighslideJS(), line 377 assigned $highslide_close_button's html to
So, regardless of the locale, highslide extra button "Close" have a english title.
How to fix?
Just change to:
Fix please.
In file renderfront.php, function renderHighslideJS(), line 377 assigned $highslide_close_button's html to
Code: Select all
...title=\u0022Close\u0022>..How to fix?
Just change to:
Code: Select all
title=\u0022'. JText::_( 'CLOSE WINDOW' ).'\u0022>