From d81f159c633d558fc12c4df0126e8df8e7163fe3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 11 Sep 2003 17:53:45 +0000 Subject: - Committed Nick's path improvements; you can now control the look and feel of the breadcrumb navigation. --- includes/theme.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index ec442b13c..7e6f60212 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -41,6 +41,10 @@ class BaseTheme { return "misc/$name"; } + function path($path) { + print "
". implode($path, " » ") ."
"; + } + function node($node, $main) { if (module_exist("taxonomy")) { $terms = taxonomy_link("taxonomy terms", $node); -- cgit v1.2.3