From 6967127b27f56b6c12d6df6c48e0800cb3c4156f Mon Sep 17 00:00:00 2001 From: carl <> Date: Mon, 13 Oct 2008 13:59:17 +0000 Subject: #913 - PRADO Copyright notice in HTML source --- framework/PradoBase.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'framework/PradoBase.php') diff --git a/framework/PradoBase.php b/framework/PradoBase.php index e6a77136..ead66e1b 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -7,7 +7,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System @@ -114,6 +114,11 @@ class PradoBase $url='http://www.pradosoft.com/images/'.$logoName.'.gif'; return 'Powered by PRADO'; } + + public static function metaGenerator() + { + return 'PRADO - http://www.pradosoft.com/'; + } /** * PHP error handler. @@ -611,4 +616,4 @@ PradoBase::using('System.TComponent'); PradoBase::using('System.Exceptions.TException'); PradoBase::using('System.Util.TLogger'); -?> +?> -- cgit v1.2.3