Overview
The
jrCore_is_mobile_device() functions tries to detect if the device the site is being looked at on is a mobile device or not.
If the function thinks the device IS a mobile device, it will return TRUE.
So using this {if}
template block will only show the contents to users who are looking at the site on a mobile device.