Example #1
0
<?php

defined('_JEXEC') or die('Restricted access');
$output = new UGDefaultThemeOutput();
echo $output->putGallery(GlobalsUGGallery::$galleryID);
<?php

defined('_JEXEC') or die('Restricted access');
/**
 * passed $arrOptions to this file
 */
$output = new UGDefaultThemeOutput();
$uniteGalleryOutput = $output->putGallery(GlobalsUGGallery::$galleryID, $arrOptions);