Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_rsmembership/views/membership/tmpl/edit_extras.php
Назад
<?php /** * @package RSMembership! * @copyright (c) 2009 - 2016 RSJoomla! * @link https://www.rsjoomla.com * @license GNU General Public License http://www.gnu.org/licenses/gpl-3.0.en.html */ defined('_JEXEC') or die('Restricted access'); // set description if required if (isset($this->fieldset->description) && !empty($this->fieldset->description)) { ?> <div class="com-rsmembership-tooltip"><?php echo JText::_($this->fieldset->description); ?></div> <?php } $this->field->startFieldset(JText::_($this->fieldset->label), 'rs_fieldset adminform'); $this->fields = $this->form->getFieldset('extras'); foreach ($this->fields as $field) { $input = $field->input; $label = $field->label; if ($field->fieldname == 'extras' && !$field->hasValues) { echo JText::_('COM_RSMEMBERSHIP_PLEASE_ADD_EXTRA'); } else { $this->field->showField($field->hidden ? '' : $label, $input); } } $this->field->endFieldset();
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка