Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/06/2008, 19:52
Avatar de cauly
cauly
 
Fecha de Ingreso: febrero-2002
Ubicación: Buenos Aires
Mensajes: 726
Antigüedad: 22 años, 2 meses
Puntos: 0
Respuesta: Cambiar título y van...

Que tal, está dentro de header, de hecho una parte del titulo se ve, no se ve la variable, acá te paso el contenido del archivo principal.php

Código PHP:
<?
if (eregi("principal.php",$_SERVER['PHP_SELF'])) {
    
Header("Location: ./index.php");
    die();
}

function 
cabecera() { ?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Bases de datos de Microsoft Access" />
<meta name="keywords" content="access,microsoft access,base de datos,data base,mdb,mdw,mde,adp,delucchi,delucchimdb" />
<meta name="author" content="Cauly  / Original design: Andreas Viklund - http://andreasviklund.com/" />
<META name="verify-v1" content="h4RHrutDN+9eHTfjGmmKjfV2ZfFV7FWHCQryMPUEBbU=" />
<link rel="stylesheet" type="text/css" href="andreas03.css" />
<link rel="shortcut icon" href="http://www.delucchimdb.com.ar/favicon.ico">
<script type="text/javascript" src="http://www.delucchimdb.com.ar/ajax.js"></script>
<title><? echo $titulo?> - DelucchiMDB.com.ar</title>
</head>

<body>

contenido de la cabecera de la página (logo, etc.)