From 00a62647bc7af43e15de61cd47801b475be4bd9c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Sep 2003 15:11:41 +0000 Subject: - Committed Nick's _content improvements. --- includes/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 5f5c69c49..36cfbaaaf 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -42,8 +42,8 @@ class BaseTheme { return "misc/$name"; } - function breadcrumb($trail) { - print "
". implode($trail, " » ") ."
"; + function breadcrumb($breadcrumb) { + print "
". implode($breadcrumb, " » ") ."
"; } function node($node, $main) { -- cgit v1.2.3