]> git.llucax.com Git - mecon/meconlib.git/commitdiff
- Modificaciones acarreadas de la modificacion de la clase tabla
authorMartín Marrese <marrese@gmail.com>
Tue, 15 Apr 2003 18:52:35 +0000 (18:52 +0000)
committerMartín Marrese <marrese@gmail.com>
Tue, 15 Apr 2003 18:52:35 +0000 (18:52 +0000)
marco/php/marco/Copete.php
marco/php/marco/Menu.php
marco/php/marco/Pie.php

index db8ee91f531c55364703766af2a154ee11d66f20..74597434e933fd649f015245a20db3b14b4d6038 100644 (file)
@@ -73,8 +73,7 @@ class Copete {
      */
     function toHtml() // ~X2C
     {
-         $TABLA = new Tabla('width="100%" align="center"');
-        
+        $TABLA = new Tabla('width="100%" align="center" bgcolor="#FFFFFF"');
         $row = array ('<img src="./images/copete.jpg">');
         $TABLA->agregarFila($row);
         $TABLA->align(0,0,"center");        
@@ -84,4 +83,4 @@ class Copete {
 
 } // -X2C Class :Copete
 
-?>
\ No newline at end of file
+?>
index 6a85c3812127f29de143e29cc795dc14019a5526..b42ee543e5f87a0c1120cd7ca7a73c1906ec5c70 100644 (file)
@@ -130,7 +130,7 @@ class Menu {
      */
     function _obtenerConfSecciones() // ~X2C
     {
-        $this->_confSecciones = include './conf/confSecciones.php';
+        $this->_confSecciones = include 'confSecciones.php';
         var_dump($this->_confSecciones); 
     }
     // -X2C
index 0ea3c99e0a50878ac2c4fa1db34977af837c9465..1c2faf3e4e888f9a519197573e9ab8d797159ff0 100644 (file)
@@ -83,4 +83,4 @@ class Pie {
 
 } // -X2C Class :Pie
 
-?>
\ No newline at end of file
+?>