pro_mobile
Detect Mobile Browser
Option 1:
<txp:pro_mobile>
// Show mobile content here
</txp:pro_mobile>
Option 2:
Use as an if/else:
<txp:pro_mobile>
// Mobile content here
<txp:else />
// Regular content here
</txp:pro_mobile>
Option 3:
Define custom...

