I installed this product, but I am confused in setting it up and running, in the manual it is said that :
Quote:
*** Header : 2 edits
1= at the end add : $ad_headerEnd
2= before :
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
Add :
<td align="$stylevar[left]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center>
|
the problem is, I cant find any code to look like this for example in my skin's header template (skin is sattelite).
Quote:
<td align="$stylevar[right]" id="header_right_cell">
|
I need to put an advertisement in all pages, below header and before main contents. please tell me how can I get it to work.
p.s: I already added this ad to forumhome by editing it's template, but I want it in all pages.