summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorcarl <>2008-10-13 13:59:17 +0000
committercarl <>2008-10-13 13:59:17 +0000
commit6967127b27f56b6c12d6df6c48e0800cb3c4156f (patch)
treeb9ea4eeff2f203077932ebbb2cf4aa15d83685de /framework/PradoBase.php
parente9d16053c8c51a1b43b5a32ea9bc59f4ca298e6b (diff)
#913 - PRADO Copyright notice in HTML source
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php9
1 files changed, 7 insertions, 2 deletions
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 <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2008 PradoSoft
+ * @copyright Copyright &copy; 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 '<a title="Powered by PRADO" href="http://www.pradosoft.com/" target="_blank"><img src="'.$url.'" style="border-width:0px;" alt="Powered by PRADO" /></a>';
}
+
+ 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');
-?>
+?>