diff --git a/index.php b/index.php index aad8f2b..f458767 100644 --- a/index.php +++ b/index.php @@ -96,13 +96,58 @@ $variable= $_REQUEST['variable']; if(isset($_REQUEST['plantilla'])){ $plantilla= $_REQUEST['plantilla']; }else {$plantilla= "landingpage";} -/* - if($variable =='' AND isset($_SESSION['id_empresa'])) { - $variable ="e$_SESSION[id_empresa]"; - }else { $variable =""; } - */ -//$variable="e50"; -//$variable="a74"; + + +$presentacion_cabeza = " + + + + + + + + + + + + "; + +$presentacion_pie=" + + + + + "; if ($variable !=''){ $v = decodifica_parametro($variable); @@ -295,56 +340,8 @@ if ($variable !=''){ $no_mostrar ="display:none; "; if($_REQUEST['tema'] !="") { $tema= "$_REQUEST[tema]";} else {$tema="moon";} - $librerias_cabeza = " - - - - - - - - - - - - "; - - $librerias_pie=" - - - - - "; + $librerias_cabeza =$presentacion_cabeza; + $librerias_pie =$presentacion_pie; $onload="
@@ -424,15 +421,7 @@ $registros

Estadísticas

$estadisticas
- - - - - - - - Powered by MILFS
@@ -442,6 +431,9 @@ $estadisticas
"; + + + $aplicacion=""; $onload = "$footer $aplicacion "; }