uawdijnntqw1x1x1
IP : 216.73.217.104
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
templates
/
yootheme
/
html
/
mod_search
/
default.php
/
/
<?php namespace YOOtheme; defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; $view = app(View::class); echo $view('~theme/templates/search', [ 'position' => $module->position, 'attrs' => [ 'id' => "search-{$module->id}", 'action' => Route::_('index.php'), 'method' => 'post', 'role' => 'search', 'class' => ($class = $params->get('moduleclass_sfx')) ? [$class] : '', ], 'fields' => [ [ 'tag' => 'input', 'name' => 'searchword', 'value' => $app->input->getCmd('option') === 'com_search' ? urldecode($app->input->getString('searchword', '')) : false, 'placeholder' => $params->get('text', Text::_('TPL_YOOTHEME_SEARCH')), 'minlength' => '3', ], ['tag' => 'input', 'type' => 'hidden', 'name' => 'task', 'value' => 'search'], ['tag' => 'input', 'type' => 'hidden', 'name' => 'option', 'value' => 'com_search'], ['tag' => 'input', 'type' => 'hidden', 'name' => 'Itemid', 'value' => $mitemid], ], ]);
/home/locationbo/www/templates/yootheme/html/mod_search/default.php