diff options
author | andi <andi@splitbrain.org> | 2005-04-16 12:39:11 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-16 12:39:11 +0200 |
commit | 97a3e4e3d70217e2c16b0d48f9cd28f52d80368f (patch) | |
tree | 2d6fbdf6335df7a227a945a86a138d26646f1456 /inc/confutils.php | |
parent | 0f7321d2900379a846487bf9bbf15b62ecae4180 (diff) | |
download | rpg-97a3e4e3d70217e2c16b0d48f9cd28f52d80368f.tar.gz rpg-97a3e4e3d70217e2c16b0d48f9cd28f52d80368f.tar.bz2 |
new parser: interwiki links
darcs-hash:20050416103911-9977f-2c015ba3f80596ca82261eb623eabdea8d617a55.gz
Diffstat (limited to 'inc/confutils.php')
-rw-r--r-- | inc/confutils.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/confutils.php b/inc/confutils.php index 114fa3024..c04d39896 100644 --- a/inc/confutils.php +++ b/inc/confutils.php @@ -90,6 +90,8 @@ function getInterwiki() { if ( !$wikis ) { $wikis = confToHash(DOKU_INC . 'conf/interwiki.conf'); } + //add sepecial case 'this' + $wikis[] = 'this '.DOKU_URL.'{NAME}'; return $wikis; } |