Im currently changing the overall_footer.html in my theme. Ive got to the point where it says:
Find:
</div>
Add after on new line:
- Code: Select all
!-- IF ADS_7 -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_ADVERTISEMENT}</dt>
</dl>
</li>
</ul>
<div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
{ADS_7}
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
but I can find 7 instances of </div> . Do I add the code after every one???
p.s. Ive previously changed the overall_footer file with an seo re write mod.
