X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/701e5406c83c349adbc557c92cdd6d46c51a1308..bcca0c17730ae290fdbdfe15f506354c1acd6c07:/sistema/www/perfiles/perfiles-datos.php diff --git a/sistema/www/perfiles/perfiles-datos.php b/sistema/www/perfiles/perfiles-datos.php index 4c94102..982fd6e 100644 --- a/sistema/www/perfiles/perfiles-datos.php +++ b/sistema/www/perfiles/perfiles-datos.php @@ -48,7 +48,7 @@ $SAMURAI_PERM->chequear(SAMURAI_PERM_PERFIL_ALTA,SAMURAI_PERM_PERFIL_BAJA,SAMURA 'language' => 'es', 'cache' => 'false', 'simple' => 'true')); - $PAGE->addStyleSheet('/MECON/css/general_estilos.css'); + $PAGE->addStyleSheet('/MECON/css/marco.css'); $FORM = new MECON_HTML_QuickForm ('perfil_datos','post','perfil-datos'); $PERFIL = new SAMURAI_Perfil($DB, $_GET['id_perfil'], $_SESSION['samurai']['id_sistema']);