top_bar

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   Usages of this macro
... in utilities.naml
165
166
167
168
169
170
171
172
173
174
<macro name="top_bar">
    <div class="top-bar">
        <div class="breadcrumbs" style="float:left">
            <n.breadcrumbs
Macro
/>
        </div>
        <div style="text-align:right;">
            <n.user_header
Macro
/>
        </div>
    </div>
</macro>