X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/3160012cdccbdc9fa1743e66da33b699504d5c84..2ac30dee43deebe8da8babe95548470b9e822d0c:/sistema/local_lib/HTML_Copete.php?ds=sidebyside
diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php
index da4cc5b..a460240 100644
--- a/sistema/local_lib/HTML_Copete.php
+++ b/sistema/local_lib/HTML_Copete.php
@@ -71,17 +71,29 @@ parent::HTML_Table(array('width' => '760',
foreach($anchos as $a)
$fila[] = '';
$this->addRow($fila);
- $seccion = 'images/copete_'.$s.'.jpg';
- $this->addRow(array(''), array('colspan' => '4'));
+ $img_seccion = 'images/copete_'.$seccion.'.jpg';
+ $this->addRow(array(''), array('colspan' => '4'));
$fila = array();
$fila[] = '';
$fila[] = '';
- switch($s)
+ switch($seccion)
{
- case 'noticias': $fila[] = 'Enlaces útiles: Ministerio
- de EconomÃa y Producción - Boletín
- Oficial - INFOLEG
- - CDI';
+ case 'noticias': $fila[] = 'Enlaces útiles:
+
+ Ministerio de Economía y Producción
+
+ -
+
+ Boletín Oficial
+
+ -
+
+ INFOLEG
+
+ -
+
+ CDI
+ ';
break;
case 'servicios': $fila[] = 'Servicios';
break;
@@ -94,4 +106,4 @@ parent::HTML_Table(array('width' => '760',
// -X2C
} // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>