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 ú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ín
+ de Economía y Producción</span></a><span class="TextBlue"> - <a href="http://boletinoficial.mecon.ar/" target="_blank">Boletí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;
// -X2C
} // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>