footer_custom

NAML documentation   Watch a video
   Usages of this macro
... in footer_custom.naml
1
2
3
4
5
6
7
8
9
10
11
12
<macro name="footer_custom">
    <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.>
            <div style="margin-top: 1em;-webkit-border-radius: 6px;background-color: black;padding: 1em">
                <div style="font-weight: bold;font-family: 'Delius Swash Caps';font-size: 1.5em;color: white;text-align: left;padding-bottom: 0.5em;padding-left: 2em">
                    People Online
                </div>
                <div style="background-color: #1F1F1F;padding: 0.5em;-webkit-border-radius: 6px">
            <n.online_users_1
Macro
Requires: node_page
Parameters: columns
.people_column_1
Macro
/>
                </div>
            </div>
    </n.page_node.>
</macro>