// Build the menu of lowercase, no whitespace HTML links. foreach($menu_items_uppercase as $individual_item){ echo "
".$individual_item."
"; // echo "
".$individual_item."
"; };?>
// Display the requested page. include(strtolower($content).".html"); ?>