X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/11b81d2f79bfd131d04ac0c91c51175a4d89cd4d..5c4a90780e6b44a93909ce459cfb8814d66c3a23:/sistema/local_lib/HTML_Titulares.php diff --git a/sistema/local_lib/HTML_Titulares.php b/sistema/local_lib/HTML_Titulares.php index 03d2b1d..dfef139 100644 --- a/sistema/local_lib/HTML_Titulares.php +++ b/sistema/local_lib/HTML_Titulares.php @@ -91,6 +91,8 @@ class HTML_Titulares extends HTML_Table { { $n = new noticia($row[0]); $not = new HTML_Noticia($n); + $not->setLink("una_noticia.php?numero=$row[0]"); + $not->setVerMas("noticias?grupo=TODO"); if($row[1] == 'NUEVA') $not->setNuevo(true); if($impar) @@ -112,4 +114,4 @@ class HTML_Titulares extends HTML_Table { // -X2C } // -X2C Class :HTML_Titulares -?> \ No newline at end of file +?>