Skip to content

Commit

Permalink
Change function name
Browse files Browse the repository at this point in the history
  • Loading branch information
web-cooking-factory authored Feb 21, 2024
1 parent 10984fa commit 270d976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_partials/helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
{/function}

{function renderThemeIcon iconGroup="material-icons" iconName="" ariaHidden="true" ariaLabel="" extraAttributes=[]}
{function renderIcon iconGroup="material-icons" iconName="" ariaHidden="true" ariaLabel="" extraAttributes=[]}
{if isset($iconsMap) && !empty($iconsMap[$iconGroup]) && $iconName && !empty($iconsMap[$iconGroup][$iconName])}
<i
class="{$iconGroup}{if !empty($extraAttributes['class'])} {$extraAttributes['class']}{/if}"
Expand Down

0 comments on commit 270d976

Please sign in to comment.