File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_maximenuck/elements/maximenucktext.php
Back
<?php /** * @copyright Copyright (C) 2011-2019 Cedric KEIFLIN alias ced1870 * https://www.joomlack.fr * @license GNU/GPL * */ defined('JPATH_PLATFORM') or die; include_once JPATH_ROOT . '/administrator/components/com_maximenuck/helpers/defines.php'; class JFormFieldMaximenucktext extends JFormFieldText { /** * The form field type. * * @var string */ protected $type = 'maximenucktext'; protected function getInput() { // Initialize some field attributes. $icon = $this->element['icon']; $suffix = $this->element['suffix']; $html = $icon ? '<div class="maximenuck-field-icon" ' . ($suffix ? 'data-has-suffix="1"' : '') . '><img src="' . MAXIMENUCK_MEDIA_URI . '/images/' . $icon . '" style="margin-right:5px;" /></div>' : '<div style="display:inline-block;width:20px;"></div>'; $html .= parent::getInput(); if ($suffix) $html .= '<span class="maximenuck-field-suffix">' . $suffix . '</span>'; return $html; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings