From 6228873cf9d6471463d2413e7dfd7447f759baf2 Mon Sep 17 00:00:00 2001 From: "christophe.boulain" <> Date: Wed, 3 Dec 2008 14:22:03 +0000 Subject: Merge from trunk --- framework/PradoBase.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/PradoBase.php') diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 15932cad..11bc7f41 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -115,6 +115,11 @@ class PradoBase return 'Powered by PRADO'; } + public static function metaGenerator() + { + return 'PRADO - http://www.pradosoft.com/'; + } + /** * PHP error handler. * This method should be registered as PHP error handler using -- cgit v1.2.3