uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
.
/
www
/
newok
/
modules
/
mod_yootheme_builder
/
mod_yootheme_builder.php
/
/
<?php use Joomla\CMS\Helper\ModuleHelper; use function YOOtheme\app; use YOOtheme\View; use YOOtheme\View\HtmlElement; defined('_JEXEC') or die(); // Make module re-renderable if (!isset($module->_builder)) { $module->_builder = $module->content; } $module->content = app(View::class)->builder($module->_builder, [ 'prefix' => "module-{$module->id}", ]); if ($module->content && in_array($module->position, ['top', 'bottom'])) { $module->content = HtmlElement::tag( $params->get('module_tag', 'div'), ['id' => "module-{$module->id}", 'class' => 'builder'], $module->content, ); } require ModuleHelper::getLayoutPath('mod_yootheme_builder', $params->get('layout', 'default'));
/home/opticamezl/./www/newok/modules/mod_yootheme_builder/mod_yootheme_builder.php