diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-04-14 19:59:39 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-04-14 19:59:39 +0000 |
commit | 6c0db2de16b770df482d9b2526ed39f3ceaf7551 (patch) | |
tree | ee8f828233f1c2e65e1d9d3618f060c8f85a7a87 /themes | |
parent | 559276162095e907db21dd3da3c1bea13b4b7c62 (diff) | |
download | brdo-6c0db2de16b770df482d9b2526ed39f3ceaf7551.tar.gz brdo-6c0db2de16b770df482d9b2526ed39f3ceaf7551.tar.bz2 |
- 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 ;)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/example/example.theme | 2 | ||||
-rw-r--r-- | themes/marvin/marvin.theme | 2 |
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]; |