summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-01-22 13:17:54 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-01-22 13:18:18 +0100
commit7ec569933a6fe3e3ad1f473f1f68c43e54baa11d (patch)
treef95a0c9bab04937a91634912ef2e0fc762766b58 /inc/template.php
parent820923f1328bcfe6002831570eb65238411c5b70 (diff)
downloadrpg-7ec569933a6fe3e3ad1f473f1f68c43e54baa11d.tar.gz
rpg-7ec569933a6fe3e3ad1f473f1f68c43e54baa11d.tar.bz2
use &bull; as breadcrumb separator
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 6d25a7171..ad9a454b4 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='&diams;'){
+function tpl_breadcrumbs($sep='&bull;'){
global $lang;
global $conf;