Heisenberg submitted a new resource:
You must be registered for see links
- Mobile / browser detection in templateWith 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.
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>
There are even...
You must be registered for see links