I'm doing a custom child theme off Thematic. My site is using Reading:Static for my home page (home,) and (blog) for the blog. I'd like to insert a graphic in the thematic_belowheader() for all blog pages, but none of my static pages.
Assume the html to add is: <img src="images/test.jpg" />. I'm looking for help for the code to put into my child theme functions.php