summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-20 17:13:07 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-20 17:13:07 +0000
commitad4e4ccb2b5b3d8983e5ec3b032eef7b9687893b (patch)
tree69914c151d459947bdc021d51e5173c59b76d446
parent6958037da6a242b92367624534b1c8ca1ecd1c5c (diff)
downloadbrdo-ad4e4ccb2b5b3d8983e5ec3b032eef7b9687893b.tar.gz
brdo-ad4e4ccb2b5b3d8983e5ec3b032eef7b9687893b.tar.bz2
- Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon.
-rw-r--r--themes/unconed/unconed.theme1
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