diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-02-17 13:04:50 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-02-17 13:04:50 +0000 |
commit | 9062b566b28d6b658888c4ab6bae856827a8cab7 (patch) | |
tree | e17d29e8b54157de8e6edf000e1c2909b9e734c2 /themes/goofy/goofy.theme | |
parent | 8c70eae2e49930eb6ebe063849adf9be14cf28c5 (diff) | |
download | brdo-9062b566b28d6b658888c4ab6bae856827a8cab7.tar.gz brdo-9062b566b28d6b658888c4ab6bae856827a8cab7.tar.bz2 |
- applying patches from Axel Kollmorgen. See
http://list.drupal.org/drupal-devel/2002-February/thread.html#6678
http://list.drupal.org/drupal-devel/2002-February/thread.html#6629
- removed references to $this->user() from themes.
- removed $BaseTheme->user(). It was deprecated a while back.
NOTE: this update will break custom themes, so make sure you update your
themes before updating!
Diffstat (limited to 'themes/goofy/goofy.theme')
-rw-r--r-- | themes/goofy/goofy.theme | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 73c60f767..b0562c068 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -12,7 +12,7 @@ *********************************************************************/ - class Theme extends BaseTheme { + class Theme_goofy extends BaseTheme { // General colorset that can be used for this theme var $foreground = "#000000"; var $background = "#FFFFFF"; @@ -150,7 +150,6 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\" </td> <td valign="top"> <?php - $this->user("all"); theme_blocks("all", $this); ?> </td> |