topic_page_number

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
1349
1350
1351
1352
1353
1354
1355
1356
1357
<macro name="topic_page_number" requires="servlet">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="0"
        current_row="[n.classic_index_record
Macro
Requires: servlet
/]"
        rows_per_page="[n.classic_rows_per_page
Macro
/]"
    >
        <n.current_page_number
Binary
Namespace: PagingNamespace
/>
    </n.paging.>
</macro>