]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Titulares.php
Corrijo los estilos que se pisaban entre si
[mecon/intranet.git] / sistema / local_lib / HTML_Titulares.php
index 03d2b1d66abba71b706934eb0380fa7a189491e3..dfef13974f6aa20bc09154ff2172be29c84e8e36 100644 (file)
@@ -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
+?>