summaryrefslogtreecommitdiff
path: root/themes/example/example.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r--themes/example/example.theme3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme
index ce5828fdc..d8ae776ed 100644
--- a/themes/example/example.theme
+++ b/themes/example/example.theme
@@ -4,13 +4,12 @@
class Theme_example extends BaseTheme {
function system($field) {
- $system["name"] = "Stone Age";
+ $system["name"] = "example";
$system["author"] = "Dries";
$system["description"] = "Internet explorer, Netscape, Opera, Lynx";
return $system[$field];
}
-
}
?> \ No newline at end of file