support_link

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
1197
1198
1199
1200
1201
1202
1203
1204
<macro name="support_link">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.support_url
Binary
Namespace: NabbleNamespace
>
        <then.null
Binary
Namespace: BasicNamespace
/>
        <else>
            <a href="[n.support_url
Binary
Namespace: NabbleNamespace
/]" target='_top'><t>Nabble Support</t></a>
        </else>
    </n.if.is_null.support_url>
</macro>