X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/b788fead3a41a2d3e5c3f13cbafb27260e35f17c..3573cd023477b892d0bd59878648bae8781022eb:/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();