pin_icon

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "pin_icon".
... in topic.naml
1476
1477
1478
1479
1480
1481
<macro name="pin_icon">
    <span style="padding-right:1em;height:21px">
        <img id="pin-icon" src="/images/pin.png" width="20" height="21" title="[t]This topic has been pinned in [t.location.page_node.app_or_root.subject/].[/t]" style="vertical-align:middle;[n.hidden_if.not.page_node.is_pinned/]"/>
        <n.tooltip use_title="true"/>
    </span>
</macro>