X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/24fd3e0f15c00f9048fc2b5ad2be287f50eb2824..482cb89c4c61639bb4fccd58d9da7f6da10baf5d:/test/HTML/arbol.php
diff --git a/test/HTML/arbol.php b/test/HTML/arbol.php
index b0fc229..02ba15a 100644
--- a/test/HTML/arbol.php
+++ b/test/HTML/arbol.php
@@ -87,7 +87,7 @@ $dat = array( // Datos {{{
)
); // }}}
-$arbol = new HTML_Arbol($dat, 'MI TITULO', '?raiz=');
+$arbol = new MECON_HTML_Arbol($dat, 'MI TITULO', '?raiz=');
echo '';
echo $arbol->toHTML();
echo '