X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/3160012cdccbdc9fa1743e66da33b699504d5c84..54970ec49e9cc800d7d431b4ba5158bae780f629:/sistema/local_lib/HTML_Copete.php diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index da4cc5b..d11cca2 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -71,15 +71,15 @@ 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 + de Economía y Producción - Boletín Oficial - INFOLEG - CDI'; break; @@ -94,4 +94,4 @@ parent::HTML_Table(array('width' => '760', // -X2C } // -X2C Class :HTML_Copete -?> \ No newline at end of file +?>