Hi,
is it possible to have the simple image gallery pro just under the main picture on the top?
Now, i have the gallery on the bottom of the whole content.
Best regards
Justin
<?php if($params->get('itemImageGallery') && !empty($this->item->gallery)): ?>
<div class="itemImageGallery" id="itemImageGalleryAnchor">
<h3><?php echo JText::_('K2_IMAGE_GALLERY'); ?></h3>
<?php echo $this->item->gallery; ?>
</div>
<?php endif; ?>