Your IP : 216.73.216.201


Current Path : /home/balossw/www/components/com_sppagebuilder/addons/gplus_button/
Upload File :
Current File : /home/balossw/www/components/com_sppagebuilder/addons/gplus_button/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 access');

SpAddonsConfig::addonConfig(
	array(
		'type' => 'content',
		'addon_name' => 'sp_gplus_button',
		'category' => 'Social',
		'title' => JText::_('COM_SPPAGEBUILDER_ADDON_GPLUS_BUTTON'),
		'desc' => JText::_('COM_SPPAGEBUILDER_ADDON_GPLUS_BUTTON_DESC'),
		'pro' => true,
		'attr' => true
	)
);