# TODO: what's the difference between pth and tgt from matt cabanag dpt="ACAC Home" pth="http://web.science.mq.edu.au/groups/acac/" # ----------------- #echo 'Server is '.$_SERVER['REQUEST_URI']."
"; $path = explode("/", $_SERVER['REQUEST_URI']); printNav(); function printNav() { echo '

Information About

'; echo ''; echo '

Information For

'; echo ''; } function showLink($path2, $name, $alt="") { showTree($path2, $name, $alt); echo ''; } function showTree($path2, $name, $alt="") { if(!$alt || $alt == "") $alt = $name; $result = matchPath($path2); if($result == "valid") { echo '
  • '.$name.'