<?
// Incluyo el mecanismo de control
$URL = $_SERVER['PHP_SELF'];
include "../controlSession.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>SISTEMA DE NOTICIAS</title>
<link href="estilos/estiloPlantillas.css" rel="stylesheet" type="text/css" media="screen" />
<script language="JavaScript">
function pantallacompleta (pagina)
{
var opciones=("toolbar=no,location=no, directories=no, status=no, menubar=no ,scrollbars=yes, resizable=no, fullscreen=yes");
window.open(pagina,"",opciones);
}
</script>
</head>
<body>