Re: app_body_header
Posted by
Pedro on
Jun 24, 2013; 8:38pm
URL: https://support.nabble.com/app-body-header-tp7584955p7584966.html
Look at this piece of code at app_body_header macro:
<n.comment.>
<n.if.is_root>
<then>
<div id="harvey_img">
<a href="http://pro.accuweather.com/nx_mosaic_640x480c/sir/inmasirny_.gif">
<img alt="NY Radar" style="border-width:0px 1px 1px 0px; border-style : solid; border-color: black" src="http://pro.accuweather.com/nx_mosaic_640x480c/sir/inmasirny_.gif"/>
</a>
</div>
</then>
</n.if.is_root>
</n.comment.>
You could replace the "href" content at the "a" tag with a link to a post, or a text, that contains your message. And also replace the "src" at the "img" tag with an image that should appear at that space.