Files
XenforoMasterTemplate/templates/public/account_alerts_popup.html

10 lines
301 B
HTML
Raw Normal View History

2026-05-24 11:49:38 +02:00
<xf:if is="$alerts is not empty">
<xf:foreach loop="$alerts" value="$alert">
<xf:macro id="alert_macros::row_rhpz" arg-alert="{$alert}" />
</xf:foreach>
<xf:else />
<div class="$notifications-empty">
<i data-lucide="bell-off" size="24"></i>
<span>No new notifications.</span>
</div>
</xf:if>