Skip to content

Commit

Permalink
Improve settings in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Dec 2, 2021
1 parent 7bdbf07 commit b949961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion (aXen) Secondary Groups Indicator 3.0.1.xml
Expand Up @@ -179,7 +179,9 @@ public static function hookData() {
<h2 class="ipsWidget_title ipsType_reset">{lang="aXenGroup_other"}</h2>
<div class="ipsWidget_inner ipsPad ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsFlex-fd:column">
{{foreach $member->aXenSGISortedGroups() as $group}}
<span>{$group->formattedName|raw}</span>
{{if (settings.aXenGroupIcon && settings.aXenGroupIcon_name) || !settings.aXenGroupIcon}}
<span>{$group->formattedName|raw}</span>
{{endif}}
{{if $group->g_icon && settings.aXenGroupIcon}}
<img src=\'{file="$group->g_icon" extension="core_Theme"}\' alt=\'\' class=\'cAuthorGroupIcon\' />
{{endif}}
Expand Down

0 comments on commit b949961

Please sign in to comment.