call_view_forum

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 "call_view_forum".
... in configuration.naml
29
30
31
<override_macro name="call_view_forum">
                            <n.call_view_topics/>
                        </override_macro>
Overrides default macro
... in app.naml
28
29
30
<macro name="call_view_forum">
    <n.call_view_standard/>
</macro>