{
$mapa = '<map name="intranet">
<area shape="rect" coords="14,0,209,54" href="#" alt="Intranet" title="Intranet" >
- <area shape="rect" coords="605,17,629,41" href="#" alt="Mapa de Intranet" title="Mapa de Intranet" >
+ <area shape="rect" coords="605,17,629,41" alt="Logout" title="Logout" href="'.PATH_RAIZ.'logout.php">
<area shape="rect" coords="645,17,669,41" href="#" alt="Cambio de Clave" title="Cambio de Clave" >
<area shape="rect" coords="685,17,709,41" href="#" alt="Ayuda" title="Ayuda" >
<area shape="rect" coords="726,17,750,41" href="#" alt="E-mail" title="E-mail" >
- <area shape="poly" coords="473,19,473,43,475,45,561,45,563,43,563,19,561,17,475,17,473,19,473,19" href="sistemas.php" alt="Sistemas" title="Sistemas" >
- <area shape="poly" coords="366,19,366,43,368,45,454,45,456,43,456,19,454,17,368,17,366,19,366,19" href="servicios.php" alt="Servicios" title="Servicios" >
- <area shape="poly" coords="258,20,258,44,260,46,346,46,348,44,348,20,346,18,260,18,258,20,258,20" href="noticias.php" alt="Noticias" title="Noticias" >
+ <area shape="poly" coords="473,19,473,43,475,45,561,45,563,43,563,19,561,17,475,17,473,19,473,19" href="'.PATH_RAIZ.'sistemas.php" alt="Sistemas" title="Sistemas" >
+ <area shape="poly" coords="366,19,366,43,368,45,454,45,456,43,456,19,454,17,368,17,366,19,366,19" href="'.PATH_RAIZ.'servicios.php" alt="Servicios" title="Servicios" >
+ <area shape="poly" coords="258,20,258,44,260,46,346,46,348,44,348,20,346,18,260,18,258,20,258,20" href="'.PATH_RAIZ.'noticias.php" alt="Noticias" title="Noticias" >
</map>';
*/
function getCSS() // ~X2C
{
- return "css/copete.css";
+ return PATH_RAIZ."css/copete.css";
}
// -X2C