ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,566
- Points
- 823
Reputation:
ENXF NET submitted a new resource:
Mobile / Browser Detection in Template - Mobile detection in template
Read more about this resource...
Mobile / Browser Detection in Template - Mobile detection in template
With this addon you can use template syntax in any template like this :
- Tested with XF 2.1.
- Not tested yet with XF 2.0, but i think it should work.
- Check FAQ section above.
There are even additional...PHP:<xf:if is="cutemb_is_mobile()"> You are using mobile <xf:else /> You are not using mobile </xf:if> <xf:if is="cutemb_is_mobile()"> You are using mobile </xf:if> <xf:if is="! cutemb_is_mobile()"> You are not using mobile </xf:if>
Read more about this resource...