people_header

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 "people_header".
... in people_header.naml
1
2
3
4
5
6
<override_macro name="people_header">
    <h2 class="weak-color">
        <img src="http://icongal.com/gallery/image/2503/user_starred.png" class="image24" alt="[t]People[/t]"/>
        <t>Users in <t.location.page_node.subject/></t>
    </h2>
</override_macro>
Overrides default macro
... in people.naml
44
45
46
47
48
49
<macro name="people_header">
    <h2 class="weak-color">
        <img src="/images/people.png" class="image24" alt="[t]People[/t]"/>
        <t>People in <t.location.page_node.subject/></t>
    </h2>
</macro>