<?php /** * @version $Id: default.php 19014 2012-11-28 04:48:56Z thailv $ * @package JSNUniform * @subpackage Update * @author JoomlaShine Team <*****@*****.**> * @copyright Copyright (C) 2015 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') or die('Restricted access'); // Display messages if (JFactory::getApplication()->input->getInt('ajax') != 1) { echo $this->msgs; } // Display config form JSNUpdateHelper::render($this->product);
<?php /** * @author JoomlaShine.com * @copyright JoomlaShine.com * @link http://joomlashine.com/ * @package JSN Poweradmin * @version $Id: default.php 16038 2012-09-14 05:10:06Z hiepnv $ * @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); $products = JSNPaExtensionsHelper::getDependentExtensions(); // Display config form JSNUpdateHelper::render($this->product, $products, $this->redirAfterFinish);