diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-01-22 13:17:54 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-01-22 13:18:18 +0100 |
commit | 7ec569933a6fe3e3ad1f473f1f68c43e54baa11d (patch) | |
tree | f95a0c9bab04937a91634912ef2e0fc762766b58 /inc | |
parent | 820923f1328bcfe6002831570eb65238411c5b70 (diff) | |
download | rpg-7ec569933a6fe3e3ad1f473f1f68c43e54baa11d.tar.gz rpg-7ec569933a6fe3e3ad1f473f1f68c43e54baa11d.tar.bz2 |
use • as breadcrumb separator
Diffstat (limited to 'inc')
-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 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='♦'){ +function tpl_breadcrumbs($sep='•'){ global $lang; global $conf; |