Basically when moving mouse over the lightbox popup on an album page, a shard of code is displayed as if it is ALT text
I have narrowed this down to album.TPL
isset($theme.params.$g2_enterAlbum)}
title='{$child.title|markup} <br><a href="{g->url params=$theme.pageUrl arg1="itemId=`$child.id`" arg2="enterAlbum=`$child.canContainChildren`"}" alt="View popup">View Photo Page</a>'
{else} title='{$child.title|markup} <br><a href="{g->url params=$theme.pageUrl arg1="itemId=`$child.id`"}" alt="View popup">View Photo Page</a>'
{/if}>
{else}
however editing this will alter the "ALT" or title text but stuffs functionality on the actual lightbox popup
The actual output code seems to be a combo from album.tpl and lightbox.js
Before I invest hours into finding the issue and fixing this, has anyone allready resolved it?