removing literal href from the hiver effect in nextgen gallery template
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Sep 2016 19:48:52 +0000 (15:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Sep 2016 19:48:52 +0000 (15:48 -0400)
nggallery/gallery-glmphotos-light-3.php

index 38e5c68..2a31592 100644 (file)
@@ -96,7 +96,7 @@ Follow variables are useable :
                    <div class="photoTitle"> 
                         <a href="<?php echo nextgen_esc_url($image->imageURL) ?>"
                             <?php if ($validlink) { ?>
-                            title="Visit the <a href='<?php echo $innerdescription ?>' target='_blank'> <?php echo esc_attr($image->alttext) ?></a> Website"
+                            title="Visit <?php echo esc_attr($image->alttext) ?>"
                             <?php } else { ?>
                             title="<?php echo $innerdescription ?>"
                             <?php } ?>