feat(svg_icon): Add svg_icon support for header

This commit is contained in:
2025-12-31 15:36:30 +01:00
parent 6827758b2f
commit e6be4f4323
3 changed files with 117 additions and 1 deletions

View File

@ -34,7 +34,12 @@
{/if}
>
<div class="header-top__icon-container">
<span class="header-top__icon material-icons">person</span>
{capture name="svg_output"}{svg_icon file='person.svg'}{/capture}
{if $smarty.capture.svg_output}
{$smarty.capture.svg_output nofilter}
{else}
<span class="header-top__icon material-icons">person</span>
{/if}
</div>
</a>
</div>