fix mobile sidebar not shown if there is no logo

SPR-918
This commit is contained in:
Michael Große 2017-04-10 16:37:54 +02:00
commit c0c0fa969b
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
2 changed files with 6 additions and 7 deletions

View file

@ -1,13 +1,6 @@
<?php
if(!defined('DOKU_INC')) die();
echo '<div class="menu-togglelink mobile-only">';
echo '<a href="#">';
//echo inlineSVG(__DIR__ . '/../img/menu.svg');
echo '<span class="sr-out">'.tpl_getLang('a11y_sidebartoggle').'</span>';
echo '</a>';
echo '</div>';
echo '<div class="logo">';
\dokuwiki\template\sprintdoc\Template::getInstance()->mainLogo();
echo '<hr class="structure" />';