if(isset($_GET['local'])){
if ($_GET['local']!= 'contato'){?>
}} ?>
if(isset($_GET['local'])){ ?>
if($_GET['local']=='empresa'){
include 'empresa.php';
}
if($_GET['local']=='servicos'){
include 'servicos.php';
}
if($_GET['local']=='equipe'){
include 'equipe.php';
}
if($_GET['local']=='projetos'){
include 'projetos.php';
}
if($_GET['local']=='contato'){
include 'contato.php';
}
?>