summaryrefslogtreecommitdiff
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
parentfbd8067eeeb9f424981aad8b283e17f734c738c3 (diff)
downloadrpg-654436fbc9a7765d9faacab950c7d3e8508b747c.tar.gz
rpg-654436fbc9a7765d9faacab950c7d3e8508b747c.tar.bz2
fixed references to images in old template (FS#2816)
-rw-r--r--install.php4
-rw-r--r--lib/exe/opensearch.php2
2 files changed, 3 insertions, 3 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>
diff --git a/lib/exe/opensearch.php b/lib/exe/opensearch.php
index 73939c347..98f5f52d5 100644
--- a/lib/exe/opensearch.php
+++ b/lib/exe/opensearch.php
@@ -21,7 +21,7 @@ if(file_exists(DOKU_INC.'favicon.ico')){
}elseif(file_exists(tpl_incdir().'favicon.ico')){
$ico = DOKU_URL.'lib/tpl/'.$conf['template'].'/favicon.ico';
}else{
- $ico = DOKU_URL.'lib/tpl/default/images/favicon.ico';
+ $ico = DOKU_URL.'lib/tpl/dokuwiki/images/favicon.ico';
}
// output