Código PHP:
Ver original<?
include("sistema/funciones.php");
?>
<a href="sistema/funciones.php?F=Buscar">Buscar</a>
<a href="sistema/funciones.php?F=Historia">Historia</a>
<a href="sistema/funciones.php?F=Contacto">Contacto</a>
<a href="sistema/funciones.php?F=Fotos">Fotos</a>
<td class="contenido"><?=Navegacion($_GET['F'])?></td>
Fíjate en este código que pones. Incluyes el archivo funciones.php y luego desde este mismo código diriges los links hacia el mismo archivo funciones.php que incluiste arriba. No entiendo bien lo que haces ahí. Este código está en el Index.php? En esos links es donde pasas la variable F. No deberían apuntar a Index.php en lugar de a funcions.php?