X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/89bf19b89812163353d94256d7adb0f3a9cda453..2fc4db529e70c3b58c9658b30c712c3e5ba2acda:/sistema/local_lib/HTML_Copete.php diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 7b149d1..814894c 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -51,13 +51,13 @@ class HTML_Copete extends HTML_Table { { $mapa = ' Intranet - Mapa de Intranet + Logout Cambio de Clave Ayuda E-mail - Sistemas - Servicios - Noticias + Sistemas + Servicios + Noticias '; @@ -111,7 +111,7 @@ parent::HTML_Table(array('width' => '760', */ function getCSS() // ~X2C { - return "css/copete.css"; + return PATH_RAIZ."css/copete.css"; } // -X2C