From 1f70b230e314ae148be361dc98b9ce40792f7b7e Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 11 Aug 2003 20:17:46 +0000 Subject: [PATCH] Ahora el copete toma correctamente los estilos propios desde cualquier directorio. --- sistema/local_lib/HTML_Copete.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.43.0