Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/Framework/Form/Container/LayerWindow/ContainerAnimation.php
Назад
<?php namespace Nextend\Framework\Form\Container\LayerWindow; use Nextend\Framework\Form\ContainerGeneral; class ContainerAnimation extends ContainerGeneral { /** * @param $name * @param $label * * @return ContainerAnimationTab */ public function createTab($name, $label) { return new ContainerAnimationTab($this, $name, $label); } public function renderContainer() { echo '<div class="n2_container_animation" data-field="animation-' . $this->name . '">'; echo '<div class="n2_container_animation__buttons">'; $element = $this->first; while ($element) { if ($element instanceof ContainerAnimationTab) { echo '<div class="n2_container_animation__button" data-related-tab="' . $element->getName() . '">' . $element->getLabel() . '</div>'; } $element = $element->getNext(); } echo '</div>'; echo '<div class="n2_container_animation__tabs">'; parent::renderContainer(); echo '</div>'; echo '</div>'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка