lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/openIdPol.tpl

9 lines
160 B
Smarty
Raw Normal View History

<dl>
<TMPL_LOOP NAME="policies">
<dt trspan="openidPA"></dt>
<dd>
<a href="<TMPL_VAR NAME="url">"><TMPL_VAR NAME="url"></a>
</dd>
</TMPL_LOOP>
</dl>