NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Poul Jensen on October 02, 2013, 10:39:27 AM
-
How do I disable a menubranch when in mobile ?
Cheers
/Poul
-
Didn't try yet but maybe in the in the Menu Extension / Menu Condition
p_web.IsMobile() = 0
If you put
p_web.IsMobile() = 1
should be included in Mobile
-
yes, I agree
-
Thanks guys.
/Poul