views_column

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 "views_column".
... in columns.naml
252
253
254
255
256
257
258
259
260
261
262
263
<macro name="views_column" parameters="title">
    <n.table_column>
        <head>
            <td class="[n.column_default_border/] views-column nowrap" align="center">
                <n.default. to="[t]Views[/t]"><n.title/></n.default.>
            </td>
        </head>
        <body>
            <td class="weak-color [n.column_default_border/]" align="center"><n.current_node.views/></td>
        </body>
    </n.table_column>
</macro>