mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:31:58 +01:00
Fixed not to show menu when in Outlook
This commit is contained in:
parent
85e65547c2
commit
af38efc4d0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user