diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 "<div class=\"path\">". implode($path, " » ") ."</div>"; + function breadcrumb($trail) { + print "<div class=\"breadcrumb\">". implode($trail, " » ") ."</div>"; } function node($node, $main) { |