Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/Framework/Asset/Css/Less/Less.php
Назад
<?php namespace Nextend\Framework\Asset\Css\Less; use Nextend\Framework\Asset\AssetManager; use Nextend\Framework\Asset\Css\Css; class Less { public static function addFile($pathToFile, $group, $context = array(), $importDir = null) { AssetManager::$less->addFile(array( 'file' => $pathToFile, 'context' => $context, 'importDir' => $importDir ), $group); } public static function build() { foreach (AssetManager::$less->getFiles() AS $group => $file) { if (substr($file, 0, 2) == '//') { Css::addUrl($file); } else if (!realpath($file)) { // For database cache the $file contains the content of the generated CSS file Css::addCode($file, $group, true); } else { Css::addFile($file, $group); } } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка