hi!
i'm using my gallery only in photo view (i'm linking to the photos directly from my blog).
i don't want that anyone could browse in my gallery, so i want to change the default core.breadcrumb tree:
[url=#]Gallery name[/url] > [url=#]Album name[/url] > Picture name
to that:
Album name > Picture name
(without links)
i'm using the carbon theme, but i think that is all the same.
anybody could help me?
thank you very much:
karas
Posts: 8339
You can edit modules/core/templates/blocks/BreadCrumb.tpl
or you can add $gallery->setConfig('breadcrumbRootId', 418); to config.php with the albumId you want as breadcrumb root.
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 16504
Edit /modules/core/templates/blocks/BreadCrumb.tpl
http://codex.gallery2.org/Gallery2:Editing_Templates
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 8
thanks! its working