More initial work

This commit is contained in:
Deon George
2014-09-01 23:01:01 +10:00
parent febaad9ea6
commit 2115c70db0
14 changed files with 570 additions and 6 deletions

View File

@@ -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() {