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

people_path

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 "people_path".
... in people.naml
305
306
307
308
309
310
311
<macro name="people_path" requires="node" dot_parameter="filter" parameters="index_record">
    <n.encode_url.remove_spaces.>
        /template/NamlServlet.jtp?macro=app_people&node=<n.id/>
        <n.add_to_path name="filter" value="[n.filter/]"/>
        <n.add_to_path name="i" value="[n.index_record/]" default_value="0"/>
    </n.encode_url.remove_spaces.>
</macro>