X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/1fce1689d24ee6eed11644946bfa777a06d2ef8e..ea699aa7fc38d1a95e3bf62bea24d342ddcd2fcc:/sistema/www/perfiles/perfiles-datos.php diff --git a/sistema/www/perfiles/perfiles-datos.php b/sistema/www/perfiles/perfiles-datos.php index 1ed8d2c..d85cc6c 100644 --- a/sistema/www/perfiles/perfiles-datos.php +++ b/sistema/www/perfiles/perfiles-datos.php @@ -45,6 +45,7 @@ 'language' => 'es', 'cache' => 'false', 'simple' => 'true')); + $PAGE->addStyleSheet('/MECON/css/general_estilos.css'); $FORM = new MECON_HTML_QuickForm ('perfil_datos','post','perfil-datos'); $PERFIL = new SAMURAI_Perfil($DB, $_GET['id_perfil']); $SISTEMA = new SAMURAI_Sistema ($DB, $_SESSION['samurai']['id_sistema']); @@ -86,6 +87,7 @@ $PAGE->addBodyContent($FORM); $imagen = new HTML_Image('/MECON/images/general_cerrar.gif'); $PAGE->addBodyContent(''.$imagen->toHtml().''); + $PAGE->setTitle('Datos del Perfil'); $PAGE->display(); // }}} //FIN