Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
This version adds the library Mobile_Detect and adds variables available in all templates to detect if the current page is viewed on a mobile/tablet device:
Код:
<xf:if is="$xf.isMobileBrowser">
Visitor is using a tablet or a phone.
<xf:if is="$xf.isTabletBrowser">
Visitor is using a tablet.
<xf:else />
Visitor is using a phone.
</xf:if>
<xf:else />
Visitor is using a computer/non-mobile device.
</xf:if>