I need you to ask me a question, I created a page and put the menu in PHP. Following data:
menu.php
<div class="col-md-9 text-left float-left collapse-navation">
<div class="navbar-collapse collapse navbar-inverse no-transition">
<ul class="nav navbar-nav navbar-left">
<li><a href="../index.html">Home</a></li>
<li><a href="../#sobre">Sobre</a></li>
<li><a href="../#work">Destaques</a></li>
<li><a href="../#titulos">Títulos</a></li>
<li><a href="../#testimonial">Testemunho</a></li>
<li class="last"><a href="../#contato">Contato</a></li>
</ul>
</div>
</div>
And I put another include.php page:
<?php
include ('../menu.php');
?>
But when the menu comes into the page the links created do not work when you click on them, only working if you right-click and open in a new tab. What can it be? The problem is just that, the links.
My server is from Locaweb.