Skip to content
Snippets Groups Projects
Commit 654436fb authored by Anika Henke's avatar Anika Henke
Browse files

fixed references to images in old template (FS#2816)

parent fbd8067e
No related branches found
No related tags found
No related merge requests found
...@@ -148,8 +148,8 @@ header('Content-Type: text/html; charset=utf-8'); ...@@ -148,8 +148,8 @@ header('Content-Type: text/html; charset=utf-8');
<div style="clear: both"> <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://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/default/images/button-php.gif" alt="powered by PHP" /></a> <a href="http://www.php.net"><img src="lib/tpl/dokuwiki/images/button-php.gif" alt="powered by PHP" /></a>
</div> </div>
</body> </body>
</html> </html>
......
...@@ -21,7 +21,7 @@ if(file_exists(DOKU_INC.'favicon.ico')){ ...@@ -21,7 +21,7 @@ if(file_exists(DOKU_INC.'favicon.ico')){
}elseif(file_exists(tpl_incdir().'favicon.ico')){ }elseif(file_exists(tpl_incdir().'favicon.ico')){
$ico = DOKU_URL.'lib/tpl/'.$conf['template'].'/favicon.ico'; $ico = DOKU_URL.'lib/tpl/'.$conf['template'].'/favicon.ico';
}else{ }else{
$ico = DOKU_URL.'lib/tpl/default/images/favicon.ico'; $ico = DOKU_URL.'lib/tpl/dokuwiki/images/favicon.ico';
} }
// output // output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment