Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/06/2011, 14:22
javi_sanchez_92
 
Fecha de Ingreso: junio-2011
Mensajes: 183
Antigüedad: 12 años, 10 meses
Puntos: 10
Respuesta: Problema títulos html <title></title>

Ya sé que aparece el iframe por el código php que tengo puesto, que es el siguiente:

Cita:
<?php
echo("<iframe frameborder='0' height='0' scrolling='no' marginheight='0' marginwidth='0' width='0' hspace='0' longdesc='0' vspace='0' margintop='0'>");
include("$_GET[web].php");
echo("</iframe>");
if("$_GET[web]" != "") {
if($titulo) {
$titlenav = "$titulo - Web";
}
}
else {
$titlenav = "Titulo";
}
?>
En el index.php tengo puesto para el título: <title><?php echo("$titlenav"); ?></title>

En cada sección de la página <? $titulo="Título sección"; ?>

Ayúdenme