add Twig templates

This commit is contained in:
2024-09-06 07:54:55 +02:00
parent 43e8291bf9
commit bedb60928d
25 changed files with 1284 additions and 20 deletions

@ -0,0 +1,4 @@
{{ parent() }}
<li>
<a href="{{ seo_url({ ident: oViewConf.getSslSelfLink()|cat("cl=d3_account_totp") }) }}">{{ translate({ ident: "D3_TOTP_ACCOUNT" }) }}</a>
</li>

@ -0,0 +1,4 @@
[{$smarty.block.parent}]
<li>
<a href="[{oxgetseourl ident=$oViewConf->getSslSelfLink()|cat:"cl=d3_account_totp"}]">[{oxmultilang ident="D3_TOTP_ACCOUNT"}]</a>
</li>