## Cockie setzen if(!isset($_COOKIE['mainframe'])) { setcookie('mainframe', rand(10000,99999),0,'/'); header('Location: '.$_SERVER['REQUEST_URI']); exit; } else { setcookie('mainframe', $_COOKIE['mainframe'],0,'/'); } ## Wenn Joomla in der Adresse vorkommt auf normale STartseite umleiten if(!stristr($_SERVER['REQUEST_URI'], "joomla") === False) { header('Location: http://www.ruhrgewalten.de/'); exit; } ?>
$metacontent=0; if (isset($_GET['seite'])) { $seitendatei = 'seiten/'.$_GET['seite'].'.inc.php'; } include("style/template.inc.php"); ?>