'.ucwords($topic).''; $html .= '

' . ucwords($continent) . "

"; $namespace = $topic; $path = $topic . ':earth:' . $continent; $wikiData = pullInWikiData($path, $namespace, $topic); if ($wikiData != '') $html .= $wikiData; else $html .= '

'. htmlentities($exploreErrors['editPg']['en'], ENT_NOQUOTES) . htmlentities($exploreErrors['ckBack']['en'], ENT_NOQUOTES) .'

'; $html .= '

'; $html .= htmlentities($exploreErrors['update']['en'], ENT_NOQUOTES); echo $html; ?>