MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/admin.my-es.com/components/com_sppagebuilder/addons/articles/
File Upload :
Current < : /hermes/bosweb/b1705/admin.my-es.com/components/com_sppagebuilder/addons/articles/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 ('resticted aceess');

SpAddonsConfig::addonConfig(
array(
	'type'=>'content',
	'addon_name'=>'sp_articles',
	'pro'=>true,
	'category'=>'General',
	'title'=>JText::_('COM_SPPAGEBUILDER_ADDON_ARTICLES'),
	'desc'=>JText::_('COM_SPPAGEBUILDER_ADDON_ARTICLES_DESC'),
	'attr'=>true
	)
);