Nirjonadda
Customer
Please can you add SP option for Show Style switch icon in Footer?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.p-linkList-changeStyle a:before, .p-linkList-changeWidth a:before, .p-linkList-changeLanguage a:before
{
.m-faBase();
display: inline-block;
margin-right: 2px;
}
.p-linkList-changeStyle a:before { .m-faContent(@fa-var-paint-brush); }
.p-linkList-changeWidth a:before { .m-faContent(@fa-var-sliders-h); }
.p-linkList-changeLanguage a:before { .m-faContent(@fa-var-globe); }
<xf:if is="property('xbAlternatePageWidth') != null">
<xf:if is="property('xbStyleSwitch') != '0'">
<xf:set var="$StyleSwitchID">{{ property('xbStyleSwitch') }}</xf:set>
<li class="p-linkList-styleSwitch"><a href="{{ link('misc/style', null, {
'style_id': $StyleSwitchID,
'_xfRedirect': $redirect,
't': csrf_token()
}) }}"
data-xf-init="tooltip"
title="{{ property('xbStyleSwitchPhrase') }}"><xf:fa icon="{{ property('xbStyleSwitchIcon') }}" /><span> {{ property('xbStyleSwitchPhrase') }}</span>
</a></li>
</xf:if>