From 471e1c7d802c052f402e93e79f9ccddb9ee7ac20 Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 12 Oct 2018 12:25:05 -0500 Subject: [PATCH] nav bar --- index.php | 6 +++++- milfs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e6821fd..231b8b8 100644 --- a/index.php +++ b/index.php @@ -1108,7 +1108,11 @@ $uri = $_SERVER['REQUEST_URI']; '; } + /// echo " "; + + if(isset($_SESSION['id'])){ $boton_ingresar="
  • $_SESSION[username]
  • SALIR
  • ";} + else{$boton_ingresar="
  • Ingresar
  • ";} if($tema=="") { $barra=" @@ -1141,7 +1145,7 @@ $uri = $_SERVER['REQUEST_URI'];