From cc1a255e18c659b360da307b8ed2142027f97a78 Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Tue, 24 Jun 2003 20:11:00 +0000 Subject: [PATCH 1/1] Agrego el mapa del links al copete --- sistema/local_lib/copete.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/sistema/local_lib/copete.php b/sistema/local_lib/copete.php index edda0cc..bc8b4da 100644 --- a/sistema/local_lib/copete.php +++ b/sistema/local_lib/copete.php @@ -9,7 +9,19 @@ class Copete extends HTML_Table function Copete($s) { echo ''; - parent::HTML_Table(array('width' => '760', + echo ' + Intranet + Mapa de Intranet + Cambio de Clave + Ayuda + E-mail + Sistemas + Servicios + Noticias + '; + + +parent::HTML_Table(array('width' => '760', 'border' => '0', 'cellspacing' => '0', 'cellpadding' => '0')); @@ -19,7 +31,7 @@ class Copete extends HTML_Table $fila[] = ''; $this->addRow($fila); $seccion = 'images/copete_'.$s.'.jpg'; - $this->addRow(array(''), array('colspan' => '4')); + $this->addRow(array(''), array('colspan' => '4')); $fila = array(); $fila[] = ''; $fila[] = ''; -- 2.43.0