footer_custom

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 "footer_custom".
... in footer_custom.naml
1
2
3
4
5
6
7
8
9
10
11
12
<macro name="footer_custom">
    <n.page_node.>
            <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.people_column_1/>
                </div>
            </div>
    </n.page_node.>
</macro>