Show image description in Slimbox/Thickbox

Article Index

Changes in interface for extensions

Extensions which can show the Slimbox or Thickbox directly need a change in the interface of JoomGallery.

File: '/components/com_joomgallery/interface.php'
Lines: 378/475/567
Below this code add one line, result:

$link .= '" title="'.htmlspecialchars($obj->imgtitle, ENT_COMPAT, 'UTF-8');
$link .= ' '.htmlspecialchars($obj->imgtext, ENT_COMPAT, 'UTF-8');