X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/3cc75c9973fbeb7bc99ddb7befa6f5199d3680d1..c2de4e857201181b73e0da3064f53ff5cc8ce2f0:/lib/MECON/Marco/Seccion.php
diff --git a/lib/MECON/Marco/Seccion.php b/lib/MECON/Marco/Seccion.php
index 009263e..8a2433c 100644
--- a/lib/MECON/Marco/Seccion.php
+++ b/lib/MECON/Marco/Seccion.php
@@ -255,25 +255,15 @@ Devuelve 1 si pertenece a la seccion, en caso contrario 0.
$sec = array ();
if ($this->verifSeccionSeleccionada($link_sel)) {
- if ($ultimo) {
- $sec[] = $link_start.''.$link_end;
- }
- else {
- $sec[] = $link_start.''.$link_end;
- }
+ $sec[] = $link_start.''.$link_end;
}
else {
- if ($ultimo) {
- $sec[] = $link_start.''.$link_end;
- }
- else {
- $sec[] = $link_start.''.$link_end;
- }
+ $sec[] = $link_start.''.$link_end;
}
$nombre = strstr($this->_nombre, '-');
$nombre = substr($nombre, 1);
- $sec[] = ''.$link_start.' '.$nombre.$link_end.'';
+ $sec[] = ' '.$nombre.'
';
return $sec;
}
// -X2C