Hello,
I want to change the appearance of the navigation (that one between the Admin Menu und the content of the gallery). Well, to do that I have to find it ... I have searched for it with the help of Firefox Dev Tools, but with no success. ::) Maybe someone knows where I can find it?
Best regards,
Roi
Check function breadcrumb() in include/functions.inc.php
Got it. Thanks for the fast reply! :)
At least, I got it only partly. Now I know how to change the navigation bar itself but still I have no idea how to change the position of the whole breadcrumb. ;)
link?
I'm testing my style on a local server, so there's no link available. Nevertheless, I've solved the positioning issue by using css (position:absolute; and so on).