From c8ed2d08df3e240aa4de251a014684bbbd9f65b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Fri, 4 Apr 2003 20:30:15 +0000 Subject: [PATCH] --- marco/test/prueba/conf/configuracion.php | 2 +- marco/test/prueba/www/include/append.php | 2 +- marco/test/prueba/www/include/prepend.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/marco/test/prueba/conf/configuracion.php b/marco/test/prueba/conf/configuracion.php index 7c1759d..d255fd0 100644 --- a/marco/test/prueba/conf/configuracion.php +++ b/marco/test/prueba/conf/configuracion.php @@ -1,6 +1,6 @@ 'Prueba del objeto Marco', - 'pie' => 'Ministerio de Economia', + 'pie_sistema' => 'Ministerio de Economia', ); ?> diff --git a/marco/test/prueba/www/include/append.php b/marco/test/prueba/www/include/append.php index 747dc2a..9de54b4 100644 --- a/marco/test/prueba/www/include/append.php +++ b/marco/test/prueba/www/include/append.php @@ -3,6 +3,6 @@ //ARCHIVO DE PRUEBA DEL OBJETO MARCO -$marco->toHtmlAppend(); +print $marco->toHtmlAppend(); ?> diff --git a/marco/test/prueba/www/include/prepend.php b/marco/test/prueba/www/include/prepend.php index d4b5b7d..d784e25 100644 --- a/marco/test/prueba/www/include/prepend.php +++ b/marco/test/prueba/www/include/prepend.php @@ -9,6 +9,6 @@ session_start(); $marco = new Marco ('prueba'); -$marco->toHtmlPrepend(); +print $marco->toHtmlPrepend(); ?> -- 2.43.0