From 74acb5d2a4426cb4ae7f0fdd86e23c1459813a60 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 17 Jan 2007 16:45:16 +0000 Subject: updated build script and prado powered link target. --- build.xml | 4 ++-- framework/PradoBase.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 3078aa24..50f53978 100644 --- a/build.xml +++ b/build.xml @@ -200,7 +200,7 @@ destdir="${build.doc.dir}/manual" sourcepath="${build.src.dir}/framework" ignorelist="*pradolite.php,*prado-cli.php,*3rdParty/*,*Javascripts/*,*I18N/core/*" - output="CHM:default:default,HTML:Smarty:PradoSoft" /> + output="HTML:frames:default,CHM:default:default,HTML:Smarty:PradoSoft" /> Indexing API manuals... @@ -235,7 +235,7 @@ - + diff --git a/framework/PradoBase.php b/framework/PradoBase.php index ac3949ba..dc270350 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -105,7 +105,7 @@ class PradoBase */ public static function poweredByPrado() { - return 'Powered by PRADO'; + return 'Powered by PRADO'; } /** -- cgit v1.2.3