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.
<tr>
<td class="header" align="center" valign="top">
<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
</td>
</tr>
<tr>
<td class="summaryHeaderBar" align="center" valign="top">
<xf:if is="property('emailPublicLogoUrl')">
<a href="{{ link('canonical:index') }}"><img src="{{ base_url(property('emailPublicLogoUrl'), true) }}" alt="{$xf.options.boardTitle}" /></a>
<xf:elseif is="property('publicLogoUrl')" />
<a href="{{ link('canonical:index') }}"><img src="{{ base_url(property('publicLogoUrl'), true) }}" alt="{$xf.options.boardTitle}" width="{{ property('publicLogoWidth') ?: '' }}" height="{{ property('publicLogoHeight') ?: '' }}" class="{{ property('publicLogoUrl')|to_lower|substr(-4) == '.svg' ? 'logo-svg' : '' }}" /></a>
<xf:else />
<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
</xf:if>
</td>
</tr>