From 6c0db2de16b770df482d9b2526ed39f3ceaf7551 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 14 Apr 2002 19:59:39 +0000 Subject: - modified the SQL update to lowercase all user theme settings to let them keep their settings. - Change author fields in marvin and example theme. Dries is picky about his name ;) --- themes/example/example.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/example/example.theme') 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]; -- cgit v1.2.3