diff options
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r-- | themes/example/example.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme index aca89d1ae..ce5828fdc 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -5,7 +5,7 @@ class Theme_example extends BaseTheme { function system($field) { $system["name"] = "Stone Age"; - $system["author"] = "Dries Buytaerts"; + $system["author"] = "Dries"; $system["description"] = "Internet explorer, Netscape, Opera, Lynx"; return $system[$field]; |