Login  Register
Customized macros
Macros overridden by configurations
Search macros
View logs

app_rows_per_page

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 "app_rows_per_page".
... in app.naml
382
383
384
<macro name="app_rows_per_page" requires="node_page">
    <n.cache var="app_rows_per_page" value="[n.page_node.default_rows_per_page/]" />
</macro>