From d9cb4522bd0f445eef49316a5c9dd798e2803754 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Sep 2003 15:58:20 +0000 Subject: - Book module improvements. This commit changes the behavior of the "view" hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick. --- 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 7e6f60212..b087b8f83 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -41,8 +41,8 @@ class BaseTheme { return "misc/$name"; } - function path($path) { - print "
". implode($path, " » ") ."
"; + function breadcrumb($trail) { + print "
". implode($trail, " » ") ."
"; } function node($node, $main) { -- cgit v1.2.3