Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/libraries/mpf/view/tmpl/text.php
Ðазад
<?php /** * @package MPF * @subpackage View * * @copyright Copyright (C) 2016 - 2025 Ossolution Team, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; /** * Layout variables * * @var string $name * @var string $title * @var string $description * @var string $class */ $type = $type ?? 'text'; $attributes = $attributes ?? []; ?> <div class="control-group"> <div class="control-label"> <?php if (strlen($description) > 0) { echo OSMembershipHelperHtml::getFieldLabel($name, Text::_($title), Text::_($description)); } else { echo Text::_($title); } ?> </div> <div class="controls"> <input class="<?php echo $class; ?>" type="<?php echo $type; ?>" name="<?php echo $name; ?>" id="<?php echo $name; ?>" value="<?php echo $this->item->{$name};?>"<?php echo $this->getAttributesString($attributes); ?> /> </div> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка