blog_page_layout

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
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 "blog_page_layout".
... in view_blog.naml
78
79
80
81
82
83
84
85
86
87
88
89
90
<macro name="blog_page_layout" requires="narrow_app_namespace">
    <n.new_topic_action_link text="[t]New Post[/t]"/>
    <n.subapps_action_link text="[t]Subcategories[/t]"/>
    <n.people_action_link/>
    <n.options_action_menu/>
 
    <div style="clear:both"/>
    <n.widget.>
        <n.blog_table/>
        <n.app_topic_pagination margin=".5em .3em"/>
    </n.widget.>
    <n.forum_footer/>
</macro>