Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/SmartSlider3/Application/Admin/Help/ViewHelpIndex.php
Назад
<?php namespace Nextend\SmartSlider3\Application\Admin\Help; use Nextend\Framework\View\AbstractView; use Nextend\SmartSlider3\Application\Admin\Layout\LayoutDefault; use Nextend\SmartSlider3\Application\Admin\TraitAdminUrl; use Nextend\SmartSlider3\Conflict\Conflict; class ViewHelpIndex extends AbstractView { use TraitAdminUrl; /** @var Conflict */ protected $conflict; public function __construct($controller) { parent::__construct($controller); $this->conflict = Conflict::getInstance(); } public function display() { $this->layout = new LayoutDefault($this); $this->layout->addBreadcrumb(n2_('Help center'), '', $this->getUrlHelp()); $this->layout->addContent($this->render('Index')); $this->layout->render(); } public function getConflicts() { return $this->conflict->getConflicts(); } public function getDebugConflicts() { return $this->conflict->getDebugConflicts(); } public function getCurlLog() { return $this->conflict->getCurlLog(); } /** * @return array */ public function getArticles() { $arr = array( array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1718-activation', 'label' => 'How to activate Smart Slider 3?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/category/1709-layer-animations-events', 'label' => 'Layer animation & Event tutorials' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1774-slider-settings-size', 'label' => 'How to hide the slider on moble?' ) ); return array_merge($arr, array( array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1916-slide-editing-in-smart-slider-3', 'label' => 'Slide editing in Smart Slider 3' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1809-slider-settings-slides#slides-design', 'label' => 'Why are my images cropped?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1924-how-to-add-a-video', 'label' => 'How can I add a video?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1807-slider-settings-autoplay', 'label' => 'Where is the autoplay?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1919-video-autoplay-handling', 'label' => 'Why isn\'t my video autoplaying?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1925-how-to-speed-up-your-site', 'label' => 'How can I speed up my site?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/category/1699-publishing', 'label' => 'How can I publish my sliders?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1828-using-your-own-fonts', 'label' => 'How to use different fonts in the slider?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/article/1725-dynamic-slide-basics', 'label' => 'What is a dynamic slide?' ), array( 'url' => 'https://smartslider.helpscoutdocs.com/collection/1712-troubleshooting', 'label' => 'Troubleshooting' ) )); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка