clean();} ############################### if ($template_content = $content_cache->get($content_cache_id)) { //echo "cached"; } else { require("includes/content.inc.php"); $content_cache->save($template_content,$content_cache_id); } ################################################################################### ######## Content-Unabhängige Module ###past_content_modules_start### //Statistik-Modul if ($config[statistic] == 1) { require_once("includes/site_statistics.inc.php"); } //User-Specific Navigation- Modul require_once("includes/user_navigation.inc.php"); ################################################################################### //Ausgabe des Templates! echo $template; ?>