From 14691cd854be3e9ee272c9619a6368c83d72267b Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 18 Feb 2012 00:07:50 +0000 Subject: upload new EasyGiant library and added added a new filter for the model name (part 2) --- h-source/Library/Params.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Library/Params.php') diff --git a/h-source/Library/Params.php b/h-source/Library/Params.php index 488c8b2..c0c7ece 100644 --- a/h-source/Library/Params.php +++ b/h-source/Library/Params.php @@ -57,4 +57,7 @@ class Params //subfolder of the View folder where to look for view files public static $viewSubfolder = null; + //global website language used by the models and by the helpers + public static $language = 'En'; + } \ No newline at end of file -- cgit v1.2.3