new_topic_action_link.naml

<override_macro name="new_topic_action_link" parameters="text">
        <n.page_node.>
            <n.if.has_subapps>
                <then>
                    <n.if.page_node.is_root>
                        <else>
                    <div class="[n.action_link_style/]">
        <img src="http://www.sniperjum.com/images-forum/newtopic.png" class="image16" width="25" height="23"/>
            <n.new_topic_link>
                <title>
                    <t>Post new message in <t.location.subject/></t>
                </title>
                <text>
                    <n.default. to="[t]New Topic[/t]"><n.text/></n.default.>
                </text>
            </n.new_topic_link>
                        </div>
                </else>
                    </n.if.page_node.is_root>
                </then>
                <else>
                    <div class="[n.action_link_style/]">
        <img src="http://www.sniperjum.com/images-forum/newtopic.png" class="image16" width="25" height="23"/>
            <n.new_topic_link>
                <title>
                    <t>Post new message in <t.location.subject/></t>
                </title>
                <text>
                    <n.default. to="[t]New Topic[/t]"><n.text/></n.default.>
                </text>
            </n.new_topic_link>
                        </div>
        </else>
            </n.if.has_subapps>
        </n.page_node.>
</override_macro>