forum_footer

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
147
148
149
150
151
152
153
154
155
156
157
158
<macro name="forum_footer">
    <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.>
        <div id="forum-footer" class="forum-footer nowrap">
            <img src="/images/feeds.png" width="16" height="16" align="absmiddle" alt="feeds"/>
            <n.feeds_link
Macro
Requires: node
Parameters: text, title, class
/>
            <span class="weak-color" style="padding-left:.5em">|</span>
            <t>Created by <t.author.owner
Binary
Namespace: NodeNamespace
Parameters: do
.avatar_and_link
Macro
Requires: user
/></t>
            <span class="weak-color" style="padding-left:.5em">|</span>
            <n.views
Macro
Requires: node
Parameters: show_text
 show_text="true"/>
        </div>
    </n.page_node.>
</macro>