As I will be upgrading to 1.3 i guess I should post the question here:
I recently started using the dynamic {TITLE} for the title of the pages on my site and started to wonder how exactly would it be possible to change the CATEGORY/IMAGENAME title. I searched the whole source for $title and {TITLE} (and a couple of other variations) but nothing came up.
Where exactly can I find the feature so I can change the "/" to something like " - " (to match the rest of my site's interface)?
That would be here:
pageheader($album_name . '/' . $picture_title, $meta_keywords, false);
in your displayimage.php
Thanks a lot, my friend.