X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/1eb70327db4d84f6525e7a35e9fc50d41d3475a2..e59d3170b36e5b9ccc19afcb1565faf4dcb40463:/sistema/www/una_noticia.php diff --git a/sistema/www/una_noticia.php b/sistema/www/una_noticia.php index 2f9686a..cc07361 100644 --- a/sistema/www/una_noticia.php +++ b/sistema/www/una_noticia.php @@ -1,11 +1,11 @@ '760', 'border' => '0')); $db = IntranetDB::connect(); @@ -15,8 +15,9 @@ 'id' => 'grupo', 'nombre' => 'nombre', 'id_padre' => 'grupo_padre', + 'order' => '', 'prepend_link' => 'noticias.php?grupo='); - $arbol = new HTML_ArbolDB($dbdata, 'NOTICIAS'); + $arbol = new MECON_HTML_ArbolDB($dbdata, 'NOTICIAS'); $noticia = new HTML_Noticia(new noticia($_GET['numero'])); $noticia->setVolver('noticias.php');