Hi,

I have installed the swap images mouseover mod and am now trying to implement Glenns Additional Image Titles addon and cant seem to get them to work together. Not sure if its my mistake or if they are not compatible?

I placed the following line of code
PHP Code:
$link add_img_title('A'$base_image) . $link add_img_title('B'$base_image);//add text above and/or below image if defined 
between
PHP Code:
//      $link = $alternate_link;
    // List Box array generation: 
in the swap images mod additional_images.php and defined the image in the Additional Image Titles addon, for example,
PHP Code:
define ('ADDIMGA_candyfloss_01_02.GIF','Magic');//example title for /images/rings/ring23_01.jpg - title above image 
Nothing is happening though. I have tried making gif lowercase as opposed to that listed above and still cannot get the alt text to display. Any suggestions please?