view_contents

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in topic.naml
761
762
763
764
765
766
767
<macro name="view_contents" dot_parameter="rows" requires="classic_view_namespace">
    <div id="classic-contents">
        <n.classic_pagination
Macro
Parameters: margin, row_count
 margin="0 .2em .5em" row_count="[n.classic_row_count
Macro
Requires: forum_topic_namespace
/]" />
        <n.rows/>
        <n.classic_pagination
Macro
Parameters: margin, row_count
 margin="1em .2em 0" row_count="[n.classic_row_count
Macro
Requires: forum_topic_namespace
/]" />
    </div>
</macro>