mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-24 06:19: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>
|
</div>
|
||||||
<?php } ?>
|
<?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">
|
<div id="menu">
|
||||||
<?php print $menu; ?>
|
<?php print $menu; ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user