X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/53e18344699b0c7545128534f757e4d4f3ec639f..eb86d04858357c87d5d7a7e3cb528ef24949b725:/sistema/local_lib/HTML_Copete.php diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 9d09a4d..78b3c8c 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -79,31 +79,31 @@ parent::HTML_Table(array('width' => '760', switch($seccion) { case 'noticias': $fila[] = 'Enlaces útiles: - + Ministerio de Economía y Producción - - + Boletín Oficial - - + INFOLEG - - + CDI '; break; - case 'servicios': $fila[] = 'Servicios'; + case 'servicios': $fila[] = 'Servicios'; break; - case 'sistemas': $fila[] = 'Sistemas'; + case 'sistemas': $fila[] = 'Sistemas'; break; } $fila[] = ''; - $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 +?>