Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/SmartSlider3Pro/Renderable/Item/Icon/ItemIconFrontend.php
Назад
<?php namespace Nextend\SmartSlider3Pro\Renderable\Item\Icon; use Nextend\Framework\Icon\Icon; use Nextend\Framework\Parser\Color; use Nextend\SmartSlider3\Renderable\Item\AbstractItemFrontend; class ItemIconFrontend extends AbstractItemFrontend { public function isAuto() { return true; } public function render() { if ($this->hasLink()) { $attributes = array( 'style' => 'display:inline-block;', 'class' => 'n2-ss-item-content n2-ow' ); $ariaLabel = $this->data->get('href-aria-label', ''); if (!empty($ariaLabel)) { $attributes['aria-label'] = $ariaLabel; } return $this->getLink($this->getHtml(false), $attributes); } return $this->getHtml(); } public function renderAdminTemplate() { return $this->getHtml(); } private function getHtml($isContent = true) { $owner = $this->layer->getOwner(); $iconData = Icon::render($this->data->get('icon')); if (!$iconData) { return ''; } $styleClass = $owner->addStyle($this->data->get('style'), 'heading'); $selector = 'div#' . $owner->getElementID() . ' .' . $this->id; $color = Color::colorToRGBA($this->data->get('color', '00000080')); $style = $selector . '{color:' . $color . '}'; if (substr($this->data->get('colorhover', '00000000'), 6, 2) != '00') { $colorHover = Color::colorToRGBA($this->data->get('colorhover', '00000000')); $style .= $selector . ':HOVER,' . $selector . ':FOCUS,' . $selector . ':VISITED{color:' . $colorHover . '}'; } $owner->addCSS($style); return '<span class="n2i ' . $styleClass . ' ' . $this->id . ' ' . $iconData['class'] . ($isContent ? ' n2-ss-item-content' : '') . '" style="font-size:' . ($this->data->get('size') / 16 * 100) . '%;">' . $iconData['ligature'] . '</span>'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка