app_body_header.naml

<override_macro name="app_body_header" requires="node_page,servlet">
    <n.page_node.>
        <div id="forum-header">
            <h1 id="forum-title" class="app-title-[n.id/] adbayes-content"><!--n.subject/-->Forum</h1>
            <style>
                .ext-white{color:white;}
                .ext-darkgreen{color:rgb(0, 78, 20);}
                .ext-darkblue{color:rgb(0, 73, 76);}
                .ext-yellow{color:rgb(255, 203, 5);}
                .ext-grey{color:#BABABA;}
                .ext-size{font-size:20px;}
            </style>
            <div id="description-box" class="adbayes-content ext-size">
                The <span class="ext-white">Sni</span><span class="ext-yellow">:</span><span class="ext-darkgreen">{</span><span class="ext-white">Per</span><span class="ext-darkblue">}</span><span class="ext-yellow">:</span><span class="ext-white">Jum</span> Clan
                <!--n.mailing_list_information/>
                <n.node_message_as_html/-->
            </div>
            <div style="width:100%;text-align: center;">
                <img src="http://www.sniperjum.com/images-forum/logo.png" width="200px;" alt="SniPerJum" title="SniPerJum"/>
            </div>
            <!--<h2>Servers and Admin Panel will be temporarily down for manteinance, check the status <a href="185.14.184.159/status.html" target="_blank">here</a></h2>-->
            <n.if.equal value1="[n.page_node.id/]" value2='525' >
                <then>
                    <div id="search-box" class="search-box">
            </div>
                </then>
                <else>
            <div id="search-box" class="search-box">
                <n.search_box/>
            </div>
                </else>
                </n.if.equal>
        </div>
    </n.page_node.>
</override_macro>