Full Package.

This is combination of Banner Manager 1.5b + Flash ad support.

This mod is designed to correct a problem when, after installing Banner Manager 1.5b and then Faaliyet's Flash (SWF) support modification, some banner ads on click do not pop a new window with the ad content, but rather use the current window.

This minor modification corrects that problem. Only one line of code change is required.

-------------------------------

Contrib: Banner Ads (original contrib by Priest Reynolds) with Support for Flash Ads (mod by faaliyet)

Change: Correct problem where ad not opening in new browser window


Affected file(s):

banner.php (catalog/includes/functions/)

-------------------------------

*** Installation Instructions ****


Find this line (approx. line 120):

$banner_string = '' . tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_title']) . '';



Replace with:

$banner_string = '' . tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_title']) . '';


**** END ****

Full package file included for your convenience.


More...