Show image description in Slimbox/Thickbox
- Details
- Last Updated on Monday, 13 February 2012 09:42
Article Index
Page 3 of 3
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');
- << Prev
- Next