]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
saco el copete viejo
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index da4cc5b770d79de41bc5010e7bda0d6e332b01a7..d11cca245acc0f3c41e1b38c0e12777ae93dabe9 100644 (file)
@@ -71,15 +71,15 @@ parent::HTML_Table(array('width'  => '760',
     foreach($anchos as $a)
       $fila[] = '<img src="images/blanco.gif" width="'.$a.'" height="1">';
     $this->addRow($fila);
-    $seccion = 'images/copete_'.$s.'.jpg';
-    $this->addRow(array('<img src="'.$seccion.'" width="760" height="66" border="0" usemap="#intranet">'), array('colspan' => '4'));
+    $img_seccion = 'images/copete_'.$seccion.'.jpg';
+    $this->addRow(array('<img src="'.$img_seccion.'" width="760" height="66" border="0" usemap="#intranet">'), array('colspan' => '4'));
     $fila = array();
     $fila[] = '<img src="images/copete_inicio.gif" height="30" border="0">';
     $fila[] = '<img src="images/copete_flecha_azul.gif" height="30" border="0">';
-    switch($s)
+    switch($seccion)
     {
       case 'noticias': $fila[] = 'Enlaces &uacute;tiles: <a href="http://www.mecon.gov.ar/" target="_blank"><span class="TextBlue">Ministerio 
-      de Economía y Producción</span></a><span class="TextBlue"> - <a href="http://boletinoficial.mecon.ar/" target="_blank">Bolet&iacute;n 
+      de Econom&iacute;a y Producci&oacute;n</span></a><span class="TextBlue"> - <a href="http://boletinoficial.mecon.ar/" target="_blank">Bolet&iacute;n 
       Oficial</a> - <a href="http://infoleg.mecon.gov.ar/" target="_blank">INFOLEG</a> 
       - <a href="http://cdi.mecon.gov.ar/" target="_blank">CDI</a></span>';
              break;
@@ -94,4 +94,4 @@ parent::HTML_Table(array('width'  => '760',
     // -X2C
 
 } // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>