Пример #1
0
<?php

/**
 * @version    $Id$
 * @package    JSN_PageBuilder
 * @author     JoomlaShine Team <*****@*****.**>
 * @copyright  Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */
// No direct access to this file.
defined('_JEXEC') || die('Restricted access');
// Display messages
if (JFactory::getApplication()->input->getInt('ajax') != 1) {
    echo $this->msgs;
}
// Display config form
JSNConfigHelper::render($this->config);
$products = JSNPagebuilderHelpersExtensions::getDependentExtensions();
// Display footer
JSNHtmlGenerate::footer($products);