]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/perfiles/perfiles-nuevo.php
Se actualizan los nuevos nombres de MECON_HTML_Image y MECON_HTML_Link
[mecon/samurai.git] / sistema / www / perfiles / perfiles-nuevo.php
index a88f369d37a57b0df36a680404a7e493c896537c..a0ddfee8a746987378e0b97665c6f3991e2e6ee8 100644 (file)
 //MUESTRO LA PAGINA {{{
 //AGREGO LOS DATOS A LAS TABLAS {{{
     $TABLA3 = new MECON_HTML_Tabla ('cellspacing=0');
-    $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA3->addRow($row,'align=left');    
 //}}}