Title customization Title customization
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Title customization

Started by Lombi, September 01, 2004, 01:56:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Lombi

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)?
While you are looking at some surreal art prints or just some surrealistic art you might get yourself some windows xp boot screens.

Nibbler

That would be here:
pageheader($album_name . '/' . $picture_title, $meta_keywords, false);

in your displayimage.php

Lombi

While you are looking at some surreal art prints or just some surrealistic art you might get yourself some windows xp boot screens.