File manager - Edit - /home/ferretapmx/public_html/components/com_sppagebuilder/views/systemeditor/tmpl/default.php
Back
<?php use Joomla\CMS\Editor\Editor; use Joomla\CMS\Factory; use Joomla\CMS\Version; $version = new Version(); $JoomlaVersion = $version->getShortVersion(); /** @var CMSApplication */ $app = Factory::getApplication(); $input = $JoomlaVersion < 4 ? $app->input : $app->getInput(); $content = $input->get('system_editor_data', '', 'raw'); $config = $JoomlaVersion < 4 ? Factory::getConfig() : $app->getConfig(); $type = $config->get('editor'); $editor = Editor::getInstance($type); $exclude = ['pagebreak', 'readmore']; ?> <?php echo $editor->display('content', $content, '100%', '600', '', '30', $exclude); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings