diff options
Diffstat (limited to 'inc/template.php')
-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 cebd7b757..c3cfe21f2 100644 --- a/inc/template.php +++ b/inc/template.php @@ -803,7 +803,7 @@ function tpl_breadcrumbs($sep='»'){ * @author Andreas Gohr <andi@splitbrain.org> * @author Nigel McNie <oracle.shinoda@gmail.com> * @author Sean Coates <sean@caedmon.net> - * @link http://wiki.splitbrain.org/wiki:tipsandtricks:hierarchicalbreadcrumbs + * @author <fredrik@averpil.com> * @todo May behave strangely in RTL languages */ function tpl_youarehere($sep=' » '){ |