switch ($_GET['lang']) {
case 'es':
include_once ("includes/footer-es.php");
break;
default:
include_once ("includes/footer-en.php");
break;
}
?>
if ( is_front_page() ) {
echo'
';
}
?>
if ( is_page('Country Detail') ) {
echo'
';
}
?>
if ( is_page('Compare Countries') ) {
echo'
';
}
?>