breadcrumb navigation in usergallery
Posted: Fri Oct 27, 2006 3:34 pm
hello,
in the usergallery on an image page I get a breadcrumb navigation with
But on the pages with image overview I do not see, where I am, at all!
Is there a way to get a broadcrumb navigation here, too?
And BTW:
There is no browser-window-title according to the choosen image directory or choosen image.
in the usergallery on an image page I get a breadcrumb navigation with
Code: Select all
<div class="serendipity_entry">
<div class="serendipity_gallery_navigation">
<!-- navigation -->
<a href="{$plugin_usergallery_httppath}">{$plugin_usergallery_title}</a> »
{foreach name="gallery" from=$plugin_usergallery_gallery_breadcrumb item="gallery"}
<a href="{$plugin_usergallery_httppath_extend}gallery={$gallery.path}">{$gallery.name}</a> »
{/foreach}
Is there a way to get a broadcrumb navigation here, too?
And BTW:
There is no browser-window-title according to the choosen image directory or choosen image.