X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/b788fead3a41a2d3e5c3f13cbafb27260e35f17c..6d74bcecb9ecf85fad83895c56ad23e9cc27f526:/test/prueba_arboldb.php diff --git a/test/prueba_arboldb.php b/test/prueba_arboldb.php index d888347..f57d7f5 100644 --- a/test/prueba_arboldb.php +++ b/test/prueba_arboldb.php @@ -12,7 +12,7 @@ 'id' => 'grupo', 'nombre' => 'nombre', 'id_padre' => 'grupo_padre', - 'link' => 'noticias.php?grupo='); + 'prepend_link' => 'noticias.php?grupo='); $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif'); echo $arbol->toHTML();