summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-07-21 23:21:00 +0100
committerAnika Henke <anika@selfthinker.org>2013-07-21 23:21:00 +0100
commit654436fbc9a7765d9faacab950c7d3e8508b747c (patch)
tree8c85bb713f5b0649a8a76af4c96d5734a83de29c /install.php
parentfbd8067eeeb9f424981aad8b283e17f734c738c3 (diff)
downloadrpg-654436fbc9a7765d9faacab950c7d3e8508b747c.tar.gz
rpg-654436fbc9a7765d9faacab950c7d3e8508b747c.tar.bz2
fixed references to images in old template (FS#2816)
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index ab0fad121..9f1ad0dc1 100644
--- a/install.php
+++ b/install.php
@@ -148,8 +148,8 @@ header('Content-Type: text/html; charset=utf-8');
<div style="clear: both">
- <a href="http://dokuwiki.org/"><img src="lib/tpl/default/images/button-dw.png" alt="driven by DokuWiki" /></a>
- <a href="http://www.php.net"><img src="lib/tpl/default/images/button-php.gif" alt="powered by PHP" /></a>
+ <a href="http://dokuwiki.org/"><img src="lib/tpl/dokuwiki/images/button-dw.png" alt="driven by DokuWiki" /></a>
+ <a href="http://www.php.net"><img src="lib/tpl/dokuwiki/images/button-php.gif" alt="powered by PHP" /></a>
</div>
</body>
</html>