Skip to content
Snippets Groups Projects
Commit 7600eac1 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

initialize variable

otherwise it won't be filled
parent cfb7e4b9
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
<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);
// display logo and wiki title in a link to the home page
......
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