]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/perfiles/perfiles.php
Se actualizan los nuevos nombres de MECON_HTML_Image y MECON_HTML_Link
[mecon/samurai.git] / sistema / www / perfiles / perfiles.php
index 199cc51b22b881b5457d7d127986b620f2c75f2c..8d551a71344f4633e79cb5fe67f327547bfe6282 100644 (file)
@@ -52,7 +52,7 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
     $perfiles = SAMURAI_Perfil::getPerfiles($DB, null, $_SESSION['samurai']['id_sistema']);
 // }}}
 //AGREGO LOS DATOS A LAS TABLAS {{{
-    $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');