Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/administrator/components/com_fabrik/views/form/tmpl/edit_templates.php
Назад
<?php /** * Admin Form Edit:templates Tmpl * * @package Joomla.Administrator * @subpackage Fabrik * @copyright Copyright (C) 2005-2020 Media A-Team, Inc. - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html * @since 3.0 */ // No direct access defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Language\Text; ?> <fieldset class="adminform"> <legend> <?php echo Text::_('COM_FABRIK_FRONT_END_TEMPLATES'); ?> </legend> <ul class="adminformlist"> <?php foreach ($this->form->getFieldset('templates') as $field) :?> <li> <?php echo $field->label; ?><?php echo $field->input; ?> </li> <?php endforeach; ?> <?php foreach ($this->form->getFieldset('templates2') as $field) :?> <li> <?php echo $field->label; ?><?php echo $field->input; ?> </li> <?php endforeach; ?> </ul> </fieldset> <fieldset class="adminform"> <legend> <?php echo Text::_('COM_FABRIK_ADMIN_TEMPLATES'); ?> </legend> <ul class="adminformlist"> <?php foreach ($this->form->getFieldSet('admintemplates') as $field) :?> <li> <?php echo $field->label; ?><?php echo $field->input; ?> </li> <?php endforeach?> </ul> </fieldset> <fieldset class="adminform"> <legend> <?php echo Text::_('COM_FABRIK_LAYOUT'); ?> </legend> <ul class="adminformlist"> <?php foreach ($this->form->getFieldSet('layout') as $field) :?> <li> <?php echo $field->label; ?><?php echo $field->input; ?> </li> <?php endforeach?> </ul> </fieldset>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка