topic_head

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 "topic_head".
... in topic.naml
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<macro name="topic_head" requires="classic_view_namespace">
    <n.compress.>
        <n.search_terms_js selector="h2.post-subject,div.message-text"/>
        <n.classic_js/>
        <n.if.has_small_avatar>
            <then.classic_stylesheet_small_avatar/>
            <else.classic_stylesheet_big_avatar/>
        </n.if.has_small_avatar>
    </n.compress.>
 
    <n.topic_title.>
        <n.hide_if_equals. value1="[n.topic_page_number/]" value2="1">
            | <t>Page <t.number.topic_page_number/></t>
        </n.hide_if_equals.>
    </n.topic_title.>
</macro>