diff --git a/website/index.php b/website/index.php index 68f609a..a9b8294 100644 --- a/website/index.php +++ b/website/index.php @@ -77,7 +77,7 @@ if ($variable !=''){ $set =$v[1]; /// s= SET DE DATOS $embebido = "1"; - $onload = "".consultar_contenido_formulario("$set",'5','','contenido').""; + $onload = "".consultar_contenido_formulario("$set",'5','','embebido').""; } elseif($v[0] =='I') { @@ -446,7 +446,7 @@ p.copyright { - +
@@ -112,7 +113,7 @@ $acciones="
$buscador
"; - +} $resultado = " $acciones @@ -138,7 +139,7 @@ return $respuesta; $respuesta->addAssign("contenido_interior","innerHTML","$resultado"); return $respuesta; } - if($tipo =="contenido") { + if($tipo =="contenido" OR $tipo =="embebido" ) { return $resultado; } } @@ -344,7 +345,7 @@ function landingpage_contenido_identificador($identificador){ $uri"; }else { - $miniatura ="$uri"; + $miniatura ="i$identificador"; $mostrar_imagen = "$identificador"; @@ -378,7 +379,7 @@ function landingpage_contenido_identificador($identificador){ - +