diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-20 17:13:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-20 17:13:07 +0000 |
commit | ad4e4ccb2b5b3d8983e5ec3b032eef7b9687893b (patch) | |
tree | 69914c151d459947bdc021d51e5173c59b76d446 | |
parent | 6958037da6a242b92367624534b1c8ca1ecd1c5c (diff) | |
download | brdo-ad4e4ccb2b5b3d8983e5ec3b032eef7b9687893b.tar.gz brdo-ad4e4ccb2b5b3d8983e5ec3b032eef7b9687893b.tar.bz2 |
- Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon.
-rw-r--r-- | themes/unconed/unconed.theme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 4e5448e83..82f65329c 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -198,6 +198,7 @@ </table> </td><td style="background-color: <?php print $this->clc0; ?>;"><img src="<?php print $this->path; ?>/images/null.gif" width="4" alt="" title="" /></td><td style="background-color: <?php print $this->cl00; ?>;"><img src="<?php print $this->path; ?>/images/null.gif" width="10" alt="" title="" /></td></tr> </table> + <?php print theme_footer(); ?> </body> </html> <?php |