red_arrow_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 "red_arrow_icon".
... in topic.naml
642
643
644
645
646
<macro name="red_arrow_icon" requires="node">
    <span id="red-arrow[n.id/]" class="float-left invisible" style="margin-top:.2em">
        <img title="Selected post" width="15" height="15" src="/images/arrow.png" alt="Selected post"/>
    </span>
</macro>