<?php /** * @file * @brief sigplus Image Gallery Plus module for Joomla * @author Levente Hunyadi * @version 1.5.0 * @remarks Copyright (C) 2009-2017 Levente Hunyadi * @remarks Licensed under GNU/GPLv3, see https://www.gnu.org/licenses/gpl-3.0.html * @see https://hunyadi.info.hu/projects/sigplus */ defined('_JEXEC') or die; ?><div class="mod_sigplus<?php echo $moduleclass_sfx; ?>"><?php print $gallery_html; ?></div><?php