Is it possible to show only the album name rather than the entire breadcrumb trail in the large thumbnail view? I do not need the album name to be a link, since we use the jump menu. All it needs to do is indicate, in the absence of the entire breadcrumb list, which album visitors are viewing in large photo view.
where I tried using the generate_header() function which doesn't return the correct information.
In general, I modified the code so that the heading table is different at the album level (~lines 328-465) and picture level (~lines 88-212). There seems to be a precedence problem where functions that return codes at the album level do not return any codes at the picture level. I have no PHP training and modified the code just based on following the $output .= statements to see where html code was being generated.
Any help would be appreciated given my limited knowledge of PHP.