if(!isset($menu)) { $menu="hoved"; } ?>
function testmenu($test) {
global $menu;
if($menu==$test) { echo "| \n"; }
else { echo " | \n"; }
}
?>
function testinc($test, $inc) {
global $menu;
if($menu==$test) { include($inc); }
}
?>
|
testinc(hoved, "includes/hoved.inc") ?>
testinc(skrift, "includes/skrift.inc") ?>
testinc(passed, "includes/passed.inc") ?>
testinc(subd, "includes/subd.inc") ?>
testinc(fun, "includes/fun.inc") ?>
|
My name is Rasmus Lerchedahl Petersen, I am a ph.D.-student at the
IT-University of Copenhagen on a 4+4 arrangement under the
supervision of
Lars Birkedal.
Welcome to my site :)
|
|