Your IP : 216.73.216.209


Current Path : /home/megadansyp/www/components/com_videogallerylite/views/videogallerylite/tmpl/
Upload File :
Current File : /home/megadansyp/www/components/com_videogallerylite/views/videogallerylite/tmpl/shortcode.php

<?php
/**
 * @package Gallery
 * @author Huge-IT
 * @copyright (C) 2014 Huge IT. All rights reserved.
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * @website		http://www.huge-it.com/
 * */

defined('_JEXEC') or die('Restircted access');


function shortcode($id_cat){
require_once JPATH_SITE.'/components/com_videogallerylite/helpers/helper.php';


//   
$cis_class = new VideogallerylitesHelper;
$cis_class->videogallery_id = $id_cat;


$cis_class->type = 'component';
$cis_class->class_suffix = '';

echo  $cis_class->render_html(); 


}