From 56d0434f82cc599a78d9d3b500f70d893314f6f8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 6 Jan 2003 21:43:07 +0000 Subject: - Fixed bug in update of taxonomy links. --- themes/example/example.theme | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'themes/example/example.theme') 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 -- cgit v1.2.3