root_dropdown

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 "root_dropdown".
... in next_prev_topic.naml
1
2
3
4
5
6
7
8
<override_macro name="root_dropdown" requires="node_page">
    <n.comment.>Links for the gallery
        <n.prev_topic/>
        <n.next_topic/>
    </n.comment.>
    <img src="/images/gear.png" class="image16" alt="[t]Options[/t]"/>
    <n.page_node.root_post_dropdown/>
</override_macro>
Overrides default macro
... in topic.naml
1281
1282
1283
1284
<macro name="root_dropdown" requires="node_page">
    <img src="/images/gear.png" class="image16" alt="[t]Options[/t]"/>
    <n.page_node.root_post_dropdown/>
</macro>