
Lagerr�umungsverkauf - Sa. 29. M�rz 2025 - 12:00 bis 18:00 Uhr - Krusenrotter Weg 8 24113 Kiel
";
if(empty($_GET['group']) and empty($_GET['content']) AND $_GET['intern']!='Bestellen' AND $_GET['intern']!='Warenkorb' and file_exists(_ROOT.'content/php/topline_promo.php')){
include(_ROOT.'content/php/topline_promo.php');
}
if(empty($_GET['group']) and empty($_GET['content']) and file_exists(_ROOT.'content/php/silvester-topline_promo.php')){
include(_ROOT.'content/php/silvester-topline_promo.php');
}
//####Content####
if(empty($errorM)){
if(!empty($_GET['group']) AND !isset($_GET['detail']) AND !isset($_GET['subgroup'])){
include(_ROOT.'content/php/teaser.php');
}elseif(!isset($_GET['content']) AND !isset($_GET['intern']) AND !isset($_GET['detail']) AND !isset($_GET['subgroup'])){
include(_ROOT.'content/php/default-teaser.php');
// if(isset($_GET['Ruestungen'])){
// echo "R�stungen";
// }
}
}
if(isset($_GET['content'])){
if($_GET['content']=="suche"){
include(_ROOT.'content/php/contentcontrol.php');
}else{
echo "
";
include(_ROOT.'content/php/order_content_control.php');
include(_ROOT.'content/php/contentcontrol.php');
echo "
";
}
}else{
include(_ROOT.'content/php/order_content_control.php');
include(_ROOT."content/shop/php/shop_content_control.php");
}
if(!empty($errorM)){
include(_ROOT.'content/php/default-teaser.php');
}
//####Content####
?>