Beispiel #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">' . NoNumberLicenses::render($extension, true);
 }
 protected function getInput()
 {
     $this->params = $this->element->attributes();
     $extension = $this->get('extension');
     if (!strlen($extension)) {
         return '';
     }
     require_once dirname(__DIR__) . '/helpers/licenses.php';
     return '</div><div class="hide">' . NoNumberLicenses::render($extension, true);
 }
" />
		<input type="hidden" name="setcolor" value="" />
		<?php 
echo JHtml::_('form.token');
?>

		<?php 
if ($this->config->show_switch) {
    ?>
			<div style="text-align:right">
				<a href="<?php 
    echo JRoute::_('index.php?option=com_modules&force=1');
    ?>
"><?php 
    echo JText::_('AMM_SWITCH_TO_CORE');
    ?>
</a>
			</div>
		<?php 
}
?>
		<?php 
// PRO Check
require_once JPATH_PLUGINS . '/system/nnframework/helpers/licenses.php';
echo NoNumberLicenses::render('ADVANCED_MODULE_MANAGER');
// Copyright
echo NoNumberVersions::getFooter('ADVANCED_MODULE_MANAGER');
?>
	</div>
</form>