Файловый менеджер - Редактировать - /var/www/html/components/com_kunena/template/aurelia/layouts/user/edit/user/default.php
Ðазад
<?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Layout.User * * @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ namespace Kunena\Forum\Site; \defined('_JEXEC') or die(); use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Kunena\Forum\Libraries\Login\KunenaLogin; ?> <h3> <?php echo $this->headerText; ?> </h3> <table class="table table-bordered table-striped table-hover"> <tbody> <tr> <td class="col-md-3"> <label for="username"><?php echo Text::_('COM_KUNENA_UNAME'); ?></label> </td> <td> <input type="text" name="username" id="username" class="form-control" value="<?php echo $this->escape($this->user->get('username')); ?>" <?php if (!$this->changeUsername) { echo 'disabled="disabled"'; } ?> /> </td> </tr> <tr> <td> <label for="name"><?php echo Text::_('COM_KUNENA_REALNAME'); ?></label> </td> <td> <input class="required form-control" type="text" id="name" name="name" value="<?php echo $this->escape($this->user->get('name')); ?>" size="40"/> </td> </tr> <tr> <td> <label for="email"><?php echo Text::_('COM_KUNENA_USRL_EMAIL'); ?></label> </td> <td> <input class="required validate-email form-control" type="email" id="email" name="email" value="<?php echo $this->escape($this->user->get('email')); ?>" size="40"/> </td> </tr> <?php if ($this->user->get('password')) : ?> <tr> <td> <label for="password"><?php echo Text::_('COM_KUNENA_PASS'); ?></label> </td> <td> <input class="validate-password form-control" type="password" id="password" name="password" value="" size="40"/> </td> </tr> <tr> <td> <label for="password2"><?php echo Text::_('COM_KUNENA_VPASS'); ?></label> </td> <td> <input class="validate-passverify form-control" type="password" id="password2" name="password2" value="" size="40"/> </td> </tr> <?php endif; ?> </tbody> </table> <?php if (!empty($this->frontendForm)) : ?> <h3> <?php echo Text::_('COM_KUNENA_GLOBAL_SETTINGS'); ?> </h3> <table class="table table-bordered table-striped table-hover"> <tbody> <?php foreach ($this->frontendForm as $field) : ?> <tr> <td class="col-md-3"> <?php echo $field->label; ?> </td> <td> <?php echo $field->input; ?> </td> </tr> <?php endforeach; ?> </tbody> </table> <?php endif;
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка