More udpates from other projects

This commit is contained in:
Deon George
2014-08-22 23:34:38 +10:00
parent 39406e1f76
commit 123ae34beb
9 changed files with 173 additions and 5 deletions

View File

@@ -32,6 +32,13 @@ abstract class lnApp_Site {
return sprintf('%s %s',self::Date($date),self::Time($date));
}
/**
* Return the site configured language
*/
public static function ID() {
return Kohana::$config->load('config')->id;
}
/**
* Return the site configured language
*/