topic_header

   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 "topic_header".
... in topic.naml
1216
1217
1218
1219
1220
1221
1222
1223
1224
<macro name="topic_header">
    <div id="topic-search-box" class="search-box float-right" style="padding:.5em 0">
        <n.page_node.search_box/>
    </div>
 
    <h1 id="post-title" class="adbayes-content" style="margin:0.25em 0 .8em">
        <n.break_up.page_node.subject/>
    </h1>
</macro>