Mein Konto | Logout"; }else{ echo "Mein Konto"; } ?> |
= 0; $j--){
$t = 0;
for($i = 0; $i < count($menuoptions); $i++){
if($menuoptions[$i]['access'] != $j){
continue;
}
$t++;
echo "";
}
if($t){
echo "";
}
}
if(!count($menuoptions)){
echo "";
}
?>
" . $menuoptions[$i]['location'] . " |
" . $currentpage['location'] . " |
$/", $currentpage['content'])){
require("./" . (isset($currentpage['path']) ? $currentpage['path'] : "") . "/" . preg_replace("/^__FILE<(.*?)>$/", "$1", $currentpage['content']));
}else{
echo $currentpage['content'];
}
?>