File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/packages/theme-joomla-articles/bootstrap.php
Back
<?php namespace YOOtheme\Theme\Joomla; use YOOtheme\Theme\Updater; use YOOtheme\View; return [ 'actions' => [ 'onContentBeforeSave' => [Listener\SaveBuilderData::class => '@handle'], 'onContentPrepareData' => [Listener\LoadArticleForm::class => '@handle'], ], 'extend' => [ View::class => function (View $view) { $view->addLoader([ViewLoader::class, 'loadArticle'], '~theme/templates/article*'); }, Updater::class => function (Updater $updater) { $updater->add(__DIR__ . '/updates.php'); }, ], ];
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings