diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-01-15 10:39:42 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-01-15 10:39:42 +0100 |
commit | 99f04cb741f14f2ccea37163786f1ea4824c2eb0 (patch) | |
tree | a9f6fb2bf4ed6e02f8ba34767f43d969d91b2009 | |
parent | a8254dfa8d8e02d4ac011fe915f3dcb4fdf7a361 (diff) | |
download | rpg-99f04cb741f14f2ccea37163786f1ea4824c2eb0.tar.gz rpg-99f04cb741f14f2ccea37163786f1ea4824c2eb0.tar.bz2 |
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.
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |