* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
// standard plugin initialize function - don't change
global $sh_LANG, $sefConfig;
$sefConfig =& shRouter::shGetConfig();
$db = JFactory::getDbo();
$shLangName = '';
$shLangIso = '';
$title = array();
$shItemidString = '';
$dosef = shInitializePlugin($lang = '', $shLangName, $shLangIso, $option);
if (!defined('TABLE_PREFIX')) {
    require_once JPATH_ADMINISTRATOR . '/components/com_redshop/helpers/configuration.php';
    $config = new Redconfiguration();
    $config->config();
}
if ($dosef == false) {
    return;
}
if (isset($limitstart)) {
    // V 1.2.4.r
    shRemoveFromGETVarsList('limitstart');
}
// limitstart can be zero
//$title[] = getMenuTitle($option, (isset($task) ? @$task : null));
//$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_SEARCH'];
$view = isset($view) ? @$view : null;
$cid = isset($cid) ? @$cid : null;
$mid = isset($mid) ? @$mid : null;
$pid = isset($pid) ? @$pid : null;