Файловый менеджер - Редактировать - /var/www/html/components/com_kunena/template/aurelia/layouts/topic/item/rating/default.php
Ðазад
<?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Layout.Topic * * @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\Factory; use Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Route\KunenaRoute; if ($this->category->allowRatings) : $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->registerAndUseStyle('fileupload', 'media/kunena/core/css/rating.css') ->registerAndUseScript('rating', 'media/kunena/core/js/rating.js') ->registerAndUseScript('krating', 'media/kunena/core/js/krating.js'); ?> <input id="topic_id" type="hidden" value="<?php echo $this->topic->id; ?>"/> <input type="hidden" id="krating_url" name="krating_url" value="<?php echo KunenaRoute::_('index.php?option=com_kunena&view=topic&task=loadrate&format=json'); ?>"/> <input type="hidden" id="krating_submit_url" name="url" value="<?php echo KunenaRoute::_('index.php?option=com_kunena&view=topic&task=setrate&topic_id=' . $this->topic->id . '&format=json'); ?>"/> <div id="krating" data-bs-toggle="tooltip" title="<?php echo Text::sprintf('COM_KUNENA_RATE_TOOLTIP', $this->topic->rating, $this->topic->getReviewCount()); ?>" class="hasTooltip"> <p class="unseen element-invisible"></p> </div> <?php endif;
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка