diff options
author | Anika Henke <anika@selfthinker.org> | 2008-08-15 15:42:11 +0200 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2008-08-15 15:42:11 +0200 |
commit | f46c9e83ac3d4e9350bdc37645a5e337c24b1cac (patch) | |
tree | 77a20cd95054fca1d4b35501d455d19b72b3bd72 /inc/template.php | |
parent | 66549c4a6fc8f954aafe84dff529fea593a39b57 (diff) | |
download | rpg-f46c9e83ac3d4e9350bdc37645a5e337c24b1cac.tar.gz rpg-f46c9e83ac3d4e9350bdc37645a5e337c24b1cac.tar.bz2 |
fixed all remaining links to wiki.splitbrain.org and to restructured pages
darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
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=' » '){ |