diff options
author | Klap-in <klapinklapin@gmail.com> | 2013-08-01 20:50:20 +0200 |
---|---|---|
committer | Klap-in <klapinklapin@gmail.com> | 2013-08-01 20:50:20 +0200 |
commit | b8625d831ec75bbe83e9fc07f2e15f9fb3725ccf (patch) | |
tree | f10148e2ba020dfbca78818992a95025852c9cc1 /install.php | |
parent | b1ffadaa6963bbf83e61917c31e04c04c421ce9e (diff) | |
parent | 9b136f13f2219fd6d292ab3064122bec0ec33d0d (diff) | |
download | rpg-b8625d831ec75bbe83e9fc07f2e15f9fb3725ccf.tar.gz rpg-b8625d831ec75bbe83e9fc07f2e15f9fb3725ccf.tar.bz2 |
Merge remote-tracking branch 'origin/master' into fetchimagetokexternal
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 4 |
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> |