if (!defined('WEBPATH')) include $_SERVER['DOCUMENT_ROOT'].'/system/default.php';
$stats = new Products_Searches();
include ADMPATH.'includes/default.php';
include HTML_HEAD_DEF;
$mod = Tools_Http::Get('mod');
?>
switch ($mod) {
case 'searches_not_found': {
include 'searches.php';
break;
}
case 'search_view': {
include 'search_view.php';
break;
}
default: {
include 'searches.php';
}
}
?>