Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_helpdeskpro/View/Configuration/tmpl/default_custom_css.php
Назад
<?php /** * @package Joomla * @subpackage Event Booking * @author Tuan Pham Ngoc * @copyright Copyright (C) 2010 - 2020 Ossolution Team * @license GNU/GPL, see LICENSE.php */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; if (HelpdeskproHelper::isJoomla4()) { $tabApiPrefix = 'uitab.'; } else { $tabApiPrefix = 'bootstrap.'; } if (!empty($this->editor)) { echo HTMLHelper::_($tabApiPrefix . 'addTab', 'configuration', 'custom-css', Text::_('HDP_CUSTOM_CSS', true)); $customCss = ''; if (file_exists(JPATH_ROOT . '/media/com_helpdeskpro/assets/css/custom.css')) { $customCss = file_get_contents(JPATH_ROOT . '/media/com_helpdeskpro/assets/css/custom.css'); } echo $this->editor->display('custom_css', $customCss, '100%', '550', '75', '8', false, null, null, null, array('syntax' => 'css')); echo HTMLHelper::_($tabApiPrefix . 'endTab'); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка