++++++++++++++++++++
{if $heading}
<h1 class="ow_stdmargin {$heading_icon_class}">{$heading}</h1>
{else}
<div class="ow_header">
{if isset($imageControlValues.headerImage.src)}
<img class="ow_header_img" src="{$imageControlValues.headerImage.src}" />
{else}
<div class="ow_header_pic">
<img class="ow_header_img" src="{$themeImagesUrl}header.jpg" /></div>
{/if}
</div>
{/if}
++++++++++++++++++++
It is working because the homepage doesn´t have a visible header h1... But the problem is that the "group view" page (example: yoursite.com/groups/1) doesn´t have heading and it is showing the header image.
In all pages the code is working but in the "group view" doesn´t work.
Anyone knows what is the best form to do this?
Thank you.