'.ucwords($topic).'';
$html .= '
' . $country . '
';
$countryCode = strtolower($countryCode);
$namespace = $topic;
$path = $topic . ':earth:' . $continent . ':' . $countryCode;
$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;
?>