From d4b6e8a3792d3edff72ba915b2db1568be2c3320 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Mon, 7 Apr 2003 21:58:10 +0000 Subject: [PATCH] --- marco/php/marco/Marco/default-hooks/default-marco-html02.php | 2 +- marco/php/marco/Pie.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marco/php/marco/Marco/default-hooks/default-marco-html02.php b/marco/php/marco/Marco/default-hooks/default-marco-html02.php index 58e2014..001dd04 100644 --- a/marco/php/marco/Marco/default-hooks/default-marco-html02.php +++ b/marco/php/marco/Marco/default-hooks/default-marco-html02.php @@ -19,4 +19,4 @@ ?> - +
diff --git a/marco/php/marco/Pie.php b/marco/php/marco/Pie.php index 047fd20..2c6e197 100644 --- a/marco/php/marco/Pie.php +++ b/marco/php/marco/Pie.php @@ -60,7 +60,7 @@ class Pie extends PEAR { */ function toHtml () { - $TABLA = new Tabla('width="100%" bgcolor="#CCCCCC" align="center"'); + $TABLA = new Tabla('width=760 bgcolor="#CCCCCC" align="center"'); $row = array ($this->_configuracion['pie_sistema']); $TABLA->agregarFila($row); $TABLA->align(0,0,"center"); -- 2.43.0