Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/view/configuration/tmpl/default_translation.php
Ðазад
<?php /** * @package Joomla * @subpackage Membership Pro * @author Tuan Pham Ngoc * @copyright Copyright (C) 2012 - 2025 Ossolution Team * @license GNU/GPL, see LICENSE.php */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Uri\Uri; /** * Layout variables * * @var MPFConfig $config * @var \Joomla\CMS\Editor\Editor $editor */ $rootUri = Uri::root(true); echo HTMLHelper::_( 'uitab.startTabSet', 'invoice-translation', ['active' => 'invoice-translation-' . $this->languages[0]->sef, 'recall' => true]); foreach ($this->languages as $language) { $sef = $language->sef; echo HTMLHelper::_( 'uitab.addTab', 'invoice-translation', 'invoice-translation-' . $sef, $language->title . ' <img src="' . $rootUri . '/media/mod_languages/images/' . $language->image . '.gif" />'); ?> <div class="control-group"> <div class="control-label"> <?php echo OSMembershipHelperHtml::getFieldLabel('invoice_format_' . $sef, Text::_('OSM_INVOICE_FORMAT'), Text::_('OSM_INVOICE_FORMAT_EXPLAIN')); ?> </div> <div class="controls"> <?php echo $editor->display('invoice_format_' . $sef, $config->{'invoice_format_' . $sef}, '100%', '550', '75', '8');?> </div> </div> <?php echo HTMLHelper::_( 'uitab.endTab'); } echo HTMLHelper::_( 'uitab.endTabSet');
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка