From 7e50326274b47b8582f42635fabc9d683e7fe7a5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 12 Jan 2002 21:35:13 +0000 Subject: - Fixed a typo in the example theme. (Patch by Mark) --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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("
", link_page())); $this->user("all", $this); theme_blocks("all", $this); - print ""; + print ""; } -- cgit v1.2.3