Файловый менеджер - Редактировать - /var/www/html/components/com_kunena/template/aurelia/layouts/bbcode/size/default.php
Ðазад
<?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Layout.BBCode * * @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(); // [size=6]HUGE![/size] // Change text size. $size_css = [1 => '0.6em', '0.8em', '1em', '1.2em', '1.4em', '1.8em']; if (isset($size_css[$this->size])) { $class = 'style="font-size:' . $size_css[$this->size] . '"'; } elseif ($this->size) { // One of: px em pt % $class = 'style="font-size:' . $this->size . '"'; } else { $class = 'style="font-size:' . $size_css[3] . '"'; } ?> <span <?php echo $class; ?>><?php echo $this->content; ?></span>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка