mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 21:32:27 +01:00 
			
		
		
		
	Fixed not to show menu when in Outlook
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user