Hi all,
I have a question about the tooltip on the printAlbumBreadcrumb.
On my image page I have the following code
<h3><a href="<?php echo html_encode(getGalleryIndexURL(true));?>" title="<?php echo gettext('Return to index'); ?>">Index</a> |<?php printParentBreadcrumb("", " |"); printAlbumBreadcrumb("", " |"); ?>
<?php printImageTitle(true); ?></h3>
On the template-function.php I see on row 1094 the tooltip text for the printalbumbreadcrumb function.
How can I have a tooltip on the printalbumbreadcrumb function?
TIA