/
home
/
assocoweys
/
backup-assocoweys
/
croissy
/
components
/
com_jce
/
editor
/
plugins
/
style
/
Upload File
HOME
<?php /** * @package JCE * @subpackage Editor * * @copyright Copyright (c) 2009-2026 Ryan Demmer. All rights reserved * @license GNU General Public License version 2 or later; see LICENSE.txt */ \defined('_JEXEC') or die; class WFStylePluginConfig { public static function getConfig(&$settings) { $wf = WFApplication::getInstance(); $settings['style_file_browser'] = $wf->getParam('style.file_browser', 1, 1); } }