diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-10-13 19:28:43 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-10-13 19:28:43 +0200 |
commit | 7adf8b302884d3cbd332892b2a1ac60f1181b43a (patch) | |
tree | aa1500600ca79033bc267f12a0a6b7202df832d8 | |
parent | 6aff471eb02f24490c44ec5d4ad9dec09984956d (diff) | |
download | rpg-7adf8b302884d3cbd332892b2a1ac60f1181b43a.tar.gz rpg-7adf8b302884d3cbd332892b2a1ac60f1181b43a.tar.bz2 |
minor URL fix in default footer
darcs-hash:20081013172843-7ad00-6dae5026ecd19984103009070f44edeb9ffcc230.gz
-rw-r--r-- | lib/tpl/default/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html index 501d98fdf..09f15b86a 100644 --- a/lib/tpl/default/footer.html +++ b/lib/tpl/default/footer.html @@ -19,7 +19,7 @@ $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : <a <?php echo $tgt?> href="<?php echo $license[$conf['license']]['url']?>" rel="license" title="<?php echo $license[$conf['license']]['name']?>"><img src="<?php echo DOKU_BASE.$lic ?>" width="80" height="15" alt="" /></a> <?php } ?> - <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.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> |