Hi All,
I'm currently using ZP 1.1.4 and the default theme. I just filled out the "website title" and "website url" Gallery config options in order to have my website added at the beginning of the "breadcrumb" list.
That all works great, except that the main gallery page (index.php) doesn't get the additional link. So, that single page is kind of left in no-man's land with regard to getting back to the original website. Looking at the code, I found that a call to "printHomeLink" is missing in the index.php file, so I added it.
Specifically, I changed this...
`
<?php echo getGalleryTitle(); ?>
`
to this...
`<?php printHomeLink('', ' | '); ?><?php echo getGalleryTitle(); ?>
`
That seems to do what I want and I wonder if this shouldn't be there by default?
Thanks for any input.
Jeff
Comments
Is that StopDesign? It's definitely listed separately from StopDesign, and seems to look different.
Jeff
Jeff