Your IP : 216.73.216.209


Current Path : /home/megadansyp/www/administrator/components/com_videogallerylite/views/video/
Upload File :
Current File : /home/megadansyp/www/administrator/components/com_videogallerylite/views/video/view.html.php

<?php
/**
 * @package Video Gallery Lite
 * @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');

jimport('joomla.application.component.view');

class VideogalleryliteViewVideo extends JViewLegacy {

    protected $item;
    protected $sliderParams;
    protected $form;
    protected $prop;
    protected $all;

    public function display($tpl = null) {
        try {
            parent::display($tpl);
        }   catch (Exception $e) {
            throw new Exception($e->getMessage());
        }
    }

    

}