diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-01-12 21:35:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-01-12 21:35:13 +0000 |
commit | 7e50326274b47b8582f42635fabc9d683e7fe7a5 (patch) | |
tree | df4f5801153a7a7441987421566d6b44de3bdb32 /includes/theme.inc | |
parent | a3e993480c474520fac9d6c9bde1a8e5f7598f0e (diff) | |
download | brdo-7e50326274b47b8582f42635fabc9d683e7fe7a5.tar.gz brdo-7e50326274b47b8582f42635fabc9d683e7fe7a5.tar.bz2 |
- Fixed a typo in the example theme. (Patch by Mark)
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 913731c77..5553aeafa 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -9,7 +9,7 @@ class BaseTheme { print $output; $this->box(t("Navigation"), implode("<br />", link_page())); $this->user("all", $this); theme_blocks("all", $this); - print "</td><td valgin=\"top\">"; + print "</td><td valign=\"top\">"; } |