Your IP : 216.73.216.218


Current Path : /proc/self/root/home/antonen/keliauk-uk.lt/components/com_sppagebuilder/addons/flip_box/
Upload File :
Current File : //proc/self/root/home/antonen/keliauk-uk.lt/components/com_sppagebuilder/addons/flip_box/admin.php

<?php

/**
 * @package SP Page Builder
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2016 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
//no direct accees
defined('_JEXEC') or die('restricted aceess');

SpAddonsConfig::addonConfig(
        array(
            'type' => 'content',
            'addon_name' => 'sp_flip_box',
            'title' => JText::_('COM_SPPAGEBUILDER_ADDON_FLIP_BOX'),
            'desc' => JText::_('COM_SPPAGEBUILDER_ADDON_FLIP_BOX_DESC'),
            'category'=>'Content',
            'attr' => false,
            'pro' => true,
        )
);