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>
Code: Select all
...title=\u0022Close\u0022>..Code: Select all
title=\u0022'. JText::_( 'CLOSE WINDOW' ).'\u0022>
