summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc4
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, " &raquo; ") ."</div>";
+ function breadcrumb($trail) {
+ print "<div class=\"breadcrumb\">". implode($trail, " &raquo; ") ."</div>";
}
function node($node, $main) {