switch($seccion)
{
case 'noticias': $fila[] = 'Enlaces útiles:
- <a href="http://www.mecon.gov.ar/" target="_blank" class="TextBlue">
+ <a href="http://www.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
Ministerio de Economía y Producción
</a>
-
- <a href="http://boletinoficial.mecon.ar/" target="_blank" class="TextBlue">
+ <a href="http://boletinoficial.mecon.ar/" target="_blank" class="copete_TextBlue">
Boletín Oficial
</a>
-
- <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="TextBlue">
+ <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
INFOLEG
</a>
-
- <a href="http://cdi.mecon.gov.ar/" target="_blank" class="TextBlue">
+ <a href="http://cdi.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
CDI
</a>';
break;
- case 'servicios': $fila[] = '<span class="titulo_uno">Servicios</span>';
+ case 'servicios': $fila[] = '<span class="copete_titulo_uno">Servicios</span>';
break;
- case 'sistemas': $fila[] = '<span class="titulo_uno">Sistemas</span>';
+ case 'sistemas': $fila[] = '<span class="copete_titulo_uno">Sistemas</span>';
break;
}
$fila[] = '<img src="images/copete_fin.gif" height="30" border="0">';
- $this->addRow($fila, array('class' => 'titulo_vinculos'));
+ $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));
}
// -X2C
} // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>