forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Lombi on September 01, 2004, 01:56:59 am

Title: Title customization
Post by: Lombi on September 01, 2004, 01:56:59 am
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)?
Title: Re: Title customization
Post by: Nibbler on September 01, 2004, 02:13:43 am
That would be here:
Code: [Select]
pageheader($album_name . '/' . $picture_title, $meta_keywords, false);
in your displayimage.php
Title: Re: Title customization
Post by: Lombi on September 01, 2004, 07:53:19 am
Thanks a lot, my friend.