summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/detail.php2
-rw-r--r--lib/tpl/default/footer.html4
-rw-r--r--lib/tpl/default/main.php2
-rw-r--r--lib/tpl/default/mediamanager.php2
4 files changed, 5 insertions, 5 deletions
diff --git a/lib/tpl/default/detail.php b/lib/tpl/default/detail.php
index 0e8ddc743..765358568 100644
--- a/lib/tpl/default/detail.php
+++ b/lib/tpl/default/detail.php
@@ -7,7 +7,7 @@
* You should leave the doctype at the very top - It should
* always be the very first line of a document.
*
- * @link http://wiki.splitbrain.org/wiki:tpl:templates
+ * @link http://dokuwiki.org/templates
* @author Andreas Gohr <andi@splitbrain.org>
*/
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html
index 9e948e926..cfc7ed4e1 100644
--- a/lib/tpl/default/footer.html
+++ b/lib/tpl/default/footer.html
@@ -14,7 +14,7 @@ $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' :
<a <?php echo $tgt?> href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="Creative Commons License"><img src="<?php echo DOKU_TPL; ?>images/button-cc.gif" width="80" height="15" alt="Creative Commons License" /></a>
- <a <?php echo $tgt?> href="http://wiki.splitbrain.org/wiki:donate" title="Donate"><img src="<?php echo DOKU_TPL; ?>images/button-donate.gif" alt="Donate" width="80" height="15" /></a>
+ <a <?php echo $tgt?> href="http://dokuwiki.org/donate" title="Donate"><img src="<?php echo DOKU_TPL; ?>images/button-donate.gif" alt="Donate" width="80" height="15" /></a>
<a <?php echo $tgt?> href="http://www.php.net" title="Powered by PHP"><img src="<?php echo DOKU_TPL; ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" /></a>
@@ -22,7 +22,7 @@ $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' :
<a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
- <a <?php echo $tgt?> href="http://wiki.splitbrain.org/wiki:dokuwiki" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
+ <a <?php echo $tgt?> href="http://dokuwiki.org/" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
<?php
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php
index 7ce920b56..3982618df 100644
--- a/lib/tpl/default/main.php
+++ b/lib/tpl/default/main.php
@@ -8,7 +8,7 @@
* You should leave the doctype at the very top - It should
* always be the very first line of a document.
*
- * @link http://wiki.splitbrain.org/wiki:tpl:templates
+ * @link http://dokuwiki.org/templates
* @author Andreas Gohr <andi@splitbrain.org>
*/
diff --git a/lib/tpl/default/mediamanager.php b/lib/tpl/default/mediamanager.php
index 1da6dfd00..7b7fe8675 100644
--- a/lib/tpl/default/mediamanager.php
+++ b/lib/tpl/default/mediamanager.php
@@ -9,7 +9,7 @@
* You should leave the doctype at the very top - It should
* always be the very first line of a document.
*
- * @link http://wiki.splitbrain.org/wiki:tpl:templates
+ * @link http://dokuwiki.org/templates
* @author Andreas Gohr <andi@splitbrain.org>
*/
?>