summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/example/example.theme2
-rw-r--r--themes/marvin/marvin.theme2
2 files changed, 2 insertions, 2 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];
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index 4978acaaf..193c2179b 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -20,7 +20,7 @@
function system($field) {
$system["name"] = "Marvin";
- $system["author"] = "Dries Buytaerts";
+ $system["author"] = "Dries";
$system["description"] = "Internet explorer, Netscape, Opera";
return $system[$field];