Example #1
0
 protected function getInput()
 {
     $this->params = $this->element->attributes();
     $extension = $this->get('extension');
     if (!strlen($extension)) {
         return '';
     }
     require_once JPATH_PLUGINS . '/system/nnframework/helpers/licenses.php';
     return '</div><div class="hide">' . NNLicenses::getInstance()->getMessage($extension);
 }
Example #2
0
 function getInput($name, $id, $value, $params, $children, $j15 = 0)
 {
     $this->params = $params;
     $extension = $this->def('extension');
     if (!strlen($extension)) {
         return;
     }
     // Import library dependencies
     require_once JPATH_PLUGINS . '/system/nnframework/helpers/licenses.php';
     $licenses = NNLicenses::getInstance();
     return $licenses->getMessage($extension);
 }
 protected function getInput()
 {
     $this->params = $this->element->attributes();
     $extension = $this->def('extension');
     if (!strlen($extension)) {
         return '';
     }
     // Import library dependencies
     require_once JPATH_PLUGINS . '/system/nnframework/helpers/licenses.php';
     $licenses = NNLicenses::getInstance();
     return $licenses->getMessage($extension);
 }
Example #4
0
			<input type="hidden" name="filter_order" value="<?php 
echo $listOrder;
?>
" />
			<input type="hidden" name="filter_order_Dir" value="<?php 
echo $listDirn;
?>
" />
			<?php 
echo JHtml::_('form.token');
?>
		</div>
	</form>

<?php 
if ($this->config->show_switch) {
    ?>
	<a style="float:right;" href="<?php 
    echo JRoute::_('index.php?option=com_modules&force=1');
    ?>
"><?php 
    echo JText::_('AMM_SWITCH_TO_CORE');
    ?>
</a>
<?php 
}
// PRO Check
require_once JPATH_PLUGINS . '/system/nnframework/helpers/licenses.php';
echo NNLicenses::getInstance()->getMessage('ADVANCED_MODULE_MANAGER', 0);
// Copyright
echo NNVersions::getInstance()->getCopyright('ADVANCED_MODULE_MANAGER', '', 10307, 'advancedmodules', 'component');