X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/eb86d04858357c87d5d7a7e3cb528ef24949b725..30b342a8563ec023a0fdd4b37a690bd21311c33a:/sistema/local_lib/HTML_Noticia.php?ds=sidebyside diff --git a/sistema/local_lib/HTML_Noticia.php b/sistema/local_lib/HTML_Noticia.php index 87ce96f..59ddc84 100644 --- a/sistema/local_lib/HTML_Noticia.php +++ b/sistema/local_lib/HTML_Noticia.php @@ -121,7 +121,6 @@ class HTML_Noticia extends HTML_Table { $params = array('width' => '280', 'border' =>'0', 'cellPadding'=>'0'); - echo ''; parent::HTML_Table($params); } // -X2C @@ -192,5 +191,16 @@ class HTML_Noticia extends HTML_Table { } // -X2C + // +X2C Operation 195 + /** + * @return void + * @access public + */ + function getCSS() // ~X2C + { + return "css/noticias.css"; + } + // -X2C + } // -X2C Class :HTML_Noticia ?>