page_header

   Usages of this macro
... in shared_design.naml
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<macro name="page_header" requires="node">
  <n.put_in_head
Binary
Namespace: HtmlNamespace
Parameters: in_head
.>
    <style type="text/css">
      div.page-header {
      height:4em;
      padding:1em .5em 2em;
      }
    </style>
  </n.put_in_head.>
  <div class="page-header">
    <n.user_header
Macro
/>
    <n.options_menu
Macro
Requires: node
/>    
    <n.page_logo
Macro
/>
    <n.subscribe_link
Macro
Requires: node
Parameters: text, title, class
 text="Subscribe to Updates" class="float-right"/>
  </div>
  <n.page_menu_section
Macro
/>
  <n.breadcrumbs
Macro
/>
</macro>