From 99f04cb741f14f2ccea37163786f1ea4824c2eb0 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Sat, 15 Jan 2011 10:39:42 +0100 Subject: [PATCH] don't use » for non hierarchical breadcrumbs FS#2135 Not sure if this sympol is the best to use. I'm open for different suggestions. Template auhtors still can overwrite the symbol of course. --- inc/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template.php b/inc/template.php index e4c74a714..6d25a7171 100644 --- a/inc/template.php +++ b/inc/template.php @@ -685,7 +685,7 @@ function tpl_searchform($ajax=true,$autocomplete=true){ * * @author Andreas Gohr <andi@splitbrain.org> */ -function tpl_breadcrumbs($sep='»'){ +function tpl_breadcrumbs($sep='♦'){ global $lang; global $conf; -- GitLab