<?php

defined('_JEXEC') or die('Restricted access');
/**
 * passed $arrOptions to this file
 */
$output = new UGVideoThemeOutput();
$uniteGalleryOutput = $output->putGallery(GlobalsUGGallery::$galleryID, $arrOptions);
Example #2
0
<?php

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