summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-01-15 10:39:42 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-01-15 10:39:42 +0100
commit99f04cb741f14f2ccea37163786f1ea4824c2eb0 (patch)
treea9f6fb2bf4ed6e02f8ba34767f43d969d91b2009 /inc/template.php
parenta8254dfa8d8e02d4ac011fe915f3dcb4fdf7a361 (diff)
downloadrpg-99f04cb741f14f2ccea37163786f1ea4824c2eb0.tar.gz
rpg-99f04cb741f14f2ccea37163786f1ea4824c2eb0.tar.bz2
don't use &raquo; 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.
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
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='&raquo;'){
+function tpl_breadcrumbs($sep='&diams;'){
global $lang;
global $conf;