Fixed not to show menu when in Outlook

This commit is contained in:
Alexander Noack 2021-04-12 12:14:44 +02:00
parent 85e65547c2
commit af38efc4d0

View File

@ -147,7 +147,7 @@
</div>
<?php } ?>
<?php if( (OUTLOOK == 1 && SHOW_MENU_FOR_OUTLOOK == 1) || MOBILE_DEVICE == 0) { ?>
<?php if( (OUTLOOK == 1 && SHOW_MENU_FOR_OUTLOOK == 1) || (OUTLOOK == 0 && MOBILE_DEVICE == 0) ) { ?>
<div id="menu">
<?php print $menu; ?>
</div>