forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: grantson on October 14, 2010, 04:01:13 pm

Title: Changing page title
Post by: grantson on October 14, 2010, 04:01:13 pm
Hi Folks

a little while ago I created a seperate index page for my gallery

see here:
http://forum.coppermine-gallery.net/index.php/topic,66453/new.html#new
 (http://forum.coppermine-gallery.net/index.php/topic,66453/new.html#new)

The issue i now have is both the index and the gallery page are called home
changing the option in the control panel changes both, but then they are the same page underneath

I've looked at the source but cant figure out where it populates the page titile
and also had a search through the forums

can anyone point me in the right direction?

www.magicmirrorphoto.co.uk/gallery
 (http://www.magicmirrorphoto.co.uk/gallery)
Title: Re: Changing page title
Post by: Αndré on October 14, 2010, 04:08:00 pm
cant figure out where it populates the page titile
Here:
Code: [Select]
pageheader($BREADCRUMB_TEXT ? $BREADCRUMB_TEXT : $lang_index_php['welcome']);
Title: Re: Changing page title
Post by: grantson on October 14, 2010, 04:46:58 pm
of course, Thanks again Andre

I was looking for title, or mention of the word home etc
should have remembered this from adding in pages before  ???