summaryrefslogtreecommitdiff
path: root/themes/example/example.theme
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-06 21:43:07 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-06 21:43:07 +0000
commit56d0434f82cc599a78d9d3b500f70d893314f6f8 (patch)
treed780ac34d2f7d42a188ddaea4ab8285848252937 /themes/example/example.theme
parent2647a943f05eb640e4d6656aa9272d572d8130e0 (diff)
downloadbrdo-56d0434f82cc599a78d9d3b500f70d893314f6f8.tar.gz
brdo-56d0434f82cc599a78d9d3b500f70d893314f6f8.tar.bz2
- Fixed bug in update of taxonomy links.
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