To ensure that the images in the gallery are directly clickable to be enlarged (and not having to click on the magnifying glass)
1. Look & Feel >
2. Manage Skin Sets & Templates >
3. skin specifica
4. (Gallery) Show Image
5. show_image
find
and change with
1. Look & Feel >
2. Manage Skin Sets & Templates >
3. skin specifica
4. (Gallery) Show Image
5. show_image
find
<span id='theImage'>
{$info['image']}
</span>
and change with
<span id='theImage'>
<a href='{$info['img_tag_data']['url']}' {$info['img_tag_data']['rel']} class='gal' title='{$info['caption']}'>
{$info['image']}</a>
</span>













