-----------------------------------------------------------------------------*/
require_once 'HTML/Table.php';
-require_once 'HTML/Image.php';
+require_once 'MECON/HTML/Image.php';
class MECON_HTML_Arbol extends HTML_Table
{
);
$margen = ' ';
if ($n) {
- $margen = new HTML_Image('/MECON/images/blanco.gif', str_repeat(' ', $n), $atr);
+ $margen = new MECON_HTML_Image('/MECON/images/blanco.gif', str_repeat(' ', $n), $atr);
$margen = $margen->toHtml();
}
$imagen = '';
if (@$bullets[$n]) {
- $imagen = new HTML_Image($bullets[$n], @$alts[$n]);
+ $imagen = new MECON_HTML_Image($bullets[$n], @$alts[$n]);
$imagen = $imagen->toHtml();
}
foreach ($dat as $e) {