8
0
oxtotp/views/twig/extensions/wave/page/account/inc/account_menu.html.twig

4 Zeilen
328 B
Twig

{{ parent() }}
<li class="list-group-item{% if active_link == "d3totp" %} active{% endif %}">
<a class="{# wave #} list-group-link" href="{{ seo_url({ ident: oViewConf.getSelfLink()|cat("cl=d3_account_totp") }) }}" title="{{ translate({ ident: "D3_TOTP_ACCOUNT" }) }}">{{ translate({ ident: "D3_TOTP_ACCOUNT" }) }}</a>
</li>