diff options
author | xue <> | 2007-01-17 16:45:16 +0000 |
---|---|---|
committer | xue <> | 2007-01-17 16:45:16 +0000 |
commit | 74acb5d2a4426cb4ae7f0fdd86e23c1459813a60 (patch) | |
tree | 5b61c5b16cacf9227a8e5ab96b266899185d529b /framework | |
parent | 0b0d95eb8df416feb8a54fd517957d08b0cf20d2 (diff) |
updated build script and prado powered link target.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/PradoBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<a title="Powered by PRADO" href="http://www.pradosoft.com/"><img src="http://www.pradosoft.com/images/powered.gif" style="border-width:0px;" alt="Powered by PRADO" /></a>';
+ return '<a title="Powered by PRADO" href="http://www.pradosoft.com/"><img src="http://www.pradosoft.com/images/powered.gif" style="border-width:0px;" alt="Powered by PRADO" target="_blank" /></a>';
}
/**
|