More initial work
This commit is contained in:
@@ -38,8 +38,8 @@ class Config extends Kohana_Config {
|
||||
return Config::$_instance;
|
||||
}
|
||||
|
||||
public static function Copywrite() {
|
||||
return '(c) 2014 Deon George';
|
||||
public static function Copywrite($html=FALSE) {
|
||||
return ($html ? '©' : '(c)').' 2014 Deon George';
|
||||
}
|
||||
|
||||
public static function version() {
|
||||
|
Reference in New Issue
Block a user