Banner or AdSense instead of Quotes

Edit - templates/base/_sub_header.html

find this peace of code:

<div class="sys_main_logo">
<div class="sys_ml" style="width:__main_div_width__;">
<div class="sys_ml_wrapper">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>
</div>
<bx_injection:banner_top />
</div>

and replace it with this:

<div class="sys_main_logo">
<div class="sys_ml" style="width:__main_div_width__;">
<table border="0" width="100%">
<tr>
<td>
<div class="sys_ml_wrapper">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>
</td>
<td>
<bx_injection:banner_top />
</td>
</tr>
</table>
</div>
</div>

And don't forget to uninstall Quotes module!

Now this is a Top Banner position and you can manage it through Admin panel/Tools/Banners enjoy and don't forget to vote!

example.jpg · 296.3K · 183 views
Quote · 16 Mar 2011

I am not sure what's happening here, but it doesn't seem to have any effect on my site...

Quote · 28 Nov 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.