Guest Posted May 28, 2009 Share Posted May 28, 2009 I just installed the contrib - "flash banners" When I add a flashbanner, the banner links dosen't work (they work fine when adding a gif banner) This is the code where the links are written: $banner_string = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner['banners_id']) . '" target="_self">' . mm_output_flash_movie( $banner['banners_title'], DIR_WS_IMAGES . $banner['banners_image'] , $size[0] , $size[1]) . '</a>'; } else { $banner_string = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner['banners_id']) . '" target="_self">' . tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_title']) . '</a>'; Does anyone now a solution to this problem? Quote Link to comment Share on other sites More sharing options...
Guest Posted May 28, 2009 Share Posted May 28, 2009 (edited) Sorry wrong Topic please ignore I would have deleted it, but couln't find the button Edited May 28, 2009 by Shadolin Quote Link to comment Share on other sites More sharing options...
lightdancer Posted December 1, 2009 Share Posted December 1, 2009 I am having the same problem if I find a solution i will let you know. Would appreciate it if you find one as well. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.