standard_topics_column_title

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in view_standard.naml
48
49
50
51
52
53
<macro name="standard_topics_column_title">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.has_subapps
Binary
Namespace: NodeNamespace
>
        <then><t>Sub-Forums & Topics</t></then>
        <else><t>Topics</t></else>
    </n.if.page_node.has_subapps>
</macro>