Title customization Title customization
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.