<--<?php
$test = $_GET['gtx'];
if ($test == 'kl_impr'){
include("extreme/kopf_kl.php");
include ('body/impr.php');
include("extreme/fuss_kl.php");
}else{
include("extreme/kopf.php");
include 'body/'.$test.'.php';
include("extreme/fuss.php");
}
?>-->

