app_feeds_action_row

NAML documentation   Watch a video
   Usages of this macro
... in widget.naml
105
106
107
108
109
110
111
112
113
114
<macro name="app_feeds_action_row" requires="node_page">
    <tr>
        <td style="width:20px;padding-top:.5em">
            <img src="/images/feeds.png" width="16" height="16" border="0" alt="feeds"/>
        </td>
        <td class="nowrap" style="padding:.5em 0 0 .2em">
            <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.feeds_link
Macro
Requires: node
Parameters: text, title, class
/>
        </td>
    </tr>
</macro>