So here is a brute force solution for what you want to do. It’s not terrible elegant, and won’t work for nested albums, but it works:
In view/gallery.php, right ABOVE the <div class=”ngg-galleryoverview”>, place thhis:
<!--breadcrumbs go here-->
You are here: <a href="../../../../">Home</a> > <a href="../../../../photography">Photo Gallery</a> > <strong><a href="<?php echo $gallery->pagelink ?>"><?php echo $gallery->title ?></a></strong>
You will need to change the (photography) and (../../..) structures to match your permalinks, but you get the gist…