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

added another place to look for logo to make it more consistent (FS#2656)

parent de78e4ef
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ if (!defined('DOKU_INC')) die();
<h1><?php
// get logo either out of the template images folder or data/media folder
$logoSize = array();
$logo = tpl_getMediaFile(array(':wiki:logo.png', 'images/logo.png'), false, $logoSize);
$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize);
// display logo and wiki title in a link to the home page
tpl_link(
......
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