From f74267f8927d39b5cb3dc43203060488371127c9 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 20 Jan 2006 21:24:11 +0000 Subject: Added Prado::poweredByPrado() --- demos/quickstart/protected/controls/Layout.tpl | 1 + framework/core.php | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 9cdc0362..1ff77361 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -34,6 +34,7 @@ diff --git a/framework/core.php b/framework/core.php index 57c683b2..cbb53ddc 100644 --- a/framework/core.php +++ b/framework/core.php @@ -386,7 +386,15 @@ class PradoBase */ public static function getVersion() { - return '3.0a'; + return '3.0b'; + } + + /** + * @return string a string that can be displayed on your Web page showing powered-by-PRADO information + */ + public static function poweredByPrado() + { + return 'Powered by PRADO'; } /** -- cgit v1.2.3