芝麻web文件管理V1.00
编辑当前文件:/home/provyohx/public_html/components__c0c73d1/com_users/tmpl/profile/edit.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; /** @var Joomla\Component\Users\Site\View\Profile\HtmlView $this */ HTMLHelper::_('bootstrap.tooltip', '.hasTooltip'); // Load user_profile plugin language $lang = $this->getLanguage(); $lang->load('plg_user_profile', JPATH_ADMINISTRATOR); /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->getDocument()->getWebAssetManager(); $wa->useScript('keepalive') ->useScript('form.validate'); ?>
params->get('show_page_heading')) : ?>
escape($this->params->get('page_heading')); ?>
form->getFieldsets() as $group => $fieldset) : ?> form->getFieldset($group); ?>
label)) : ?>
label); ?>
description) && trim($fieldset->description)) : ?>
escape(Text::_($fieldset->description)); ?>
renderField(); ?>
mfaConfigurationUI) : ?>
mfaConfigurationUI ?>