nabble_footer

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in utilities.naml
117
118
119
120
121
122
123
124
125
126
127
128
129
<macro name="nabble_footer">
    <table class="footer-table shaded-bg-color">
        <tr>
            <td class="footer-left weak-color">
                <n.nabble_footer_left
Macro
/>
            </td>
            <td class="footer-right">
                <n.disable_ads_link
Macro
/>
                <n.macro_viewer_page_link
Macro
/>
            </td>
        </tr>
    </table>
</macro>