]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
- Esta versiĆ³n ya muestra las novedades.
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index 3b45beff2af17add25b51f26d52345beb549629c..80becd7026401983f303366eeb5796a8f96d3c2f 100644 (file)
@@ -81,7 +81,7 @@ parent::HTML_Table(array('width'  => '760',
     $anchos = array('12', '25', '712', '11');
     $fila = array();
     foreach($anchos as $a)
-      $fila[] = '<img src="'.PATH_RAIZ.'"images/blanco.gif" width="'.$a.'" height="1">';
+      $fila[] = '<img src="'.PATH_RAIZ.'images/blanco.gif" width="'.$a.'" height="1">';
     $this->addRow($fila);
     $img_seccion = 'images/copete_'.$seccion.'.jpg';
     $this->addRow(array('<img src="'.PATH_RAIZ.$img_seccion.'" width="760" height="66" border="0" usemap="#intranet">'.$mapa), array('colspan' => '4'));