Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/05/2004, 12:05
ivanguillen
 
Fecha de Ingreso: agosto-2003
Ubicación: España
Mensajes: 202
Antigüedad: 20 años, 7 meses
Puntos: 0
Pos las primeras veinte lineas:
<?php include('../config.php'); ?>
<?php include('../arc_otros/funciones.php'); ?>
<?php
$modo = $_GET['modo'];
$idu = $_GET['id'];
$usr = obtenerNickName($id);
if($modo == "nuevo"){
$title = "Registro de Usuarios";
}elseif($modo == "perfil"){
$title = "Perfil de Usuario - $usr ";
}elseif($modo == "login"){
$title = "Identificación ";
}
?>
<HTML><HEAD><TITLE><?php echo verTitulo(); ?>: <?php echo $title; ?></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<LINK href="../archivos/estilo.css" type=text/css rel=stylesheet>
</HEAD>
<BODY
onmouseover="window.status='<?php echo verStatus(); ?>';return true"