I want script shows this big image Only on 'main' page not other pages . and put another image for rest of pages . How can do that
thanks
I want script shows this big image Only on 'main' page not other pages . and put another image for rest of pages . How can do that
thanks
The same applies to Darklets theme
but coz my php knowledge is poor , if i want setup it to for example www.jpg image .
how put that image in below code :
<div class="ow_header">
{if isset($imageControlValues.headerImage.src)}
<div style="background: url({$imageControlValues.headerImage.src}) no-repeat; height: {$imageControlValues.headerImage.height}px;"></div>
{else}
<div class="ow_header_pic"></div>
{/if}