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, 4 insertions, 0 deletions
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 "<div class=\"path\">". implode($path, " &raquo; ") ."</div>";
+ }
+
function node($node, $main) {
if (module_exist("taxonomy")) {
$terms = taxonomy_link("taxonomy terms", $node);