I think it is it what you are looking for ;-)
Ok. At first please make a backup from you site.
Then go in the backend under Extension Manager >> Templates >> PolarBear >> Edit HTML
There you search the lines
| Code: |
<div id="nav">
<jdoc:include type="modules" name="top-
nav" style="none" />
</div>
|
and add behind this:
| Code: |
<a href="http://yourlink.com">
<img src="<?php echo $this->baseurl ?>/templates/
<?php echo $this->template ?>/images/
promotion.gif" alt="Promotion" />
</a>
|
Then upload the banner you want (My banner-size is 60px x 27px) to the path: /templates/polarbear/images/promotion.gif
Hope it helps.
Regards,
GermanBear