Page 1 of 1

startheading NOT tied to the browser title

Posted: 23 Apr 2007, 15:03
by Deb
Hi,

I would like it if you could make it so that the startheading input is not tied to the browser title. Ability to *have* a browser title is absolutely necessary, however it needs to be a separate entity from the startheading so they can say different things. In my case, I want to remove the startheading but then I lose my browser title and that just won't do. Thank you!

Deb

Posted: 24 Apr 2007, 01:46
by globetrotter
As far as I know, you can change your title, when you edit the index.php file.

Posted: 24 Apr 2007, 10:32
by Deb
Well, unless you know something I don' t - I tried this and it did not work:

Input my own title 'tween the title tags in the index.php in place of the startheading code:
<title>My Site Title</title>

Changed the startheading code in the config.ini to false.

It takes it out of the page but my own title does not show up in the browser title bar area.

Did I do it wrong?

Deb

Posted: 24 Apr 2007, 12:56
by globetrotter
I did try this on my own test gallery, and it is working fine: http://test.globetrotternet.nl/

Posted: 24 Apr 2007, 13:28
by Deb
Did you do it the same way I did? If not, what did you do, please, thanks!

Deb

Posted: 24 Apr 2007, 14:15
by globetrotter
I edited index.php and changed:
Code
<title> ?=$startheading;?></title>
Into:
Code
<title>My Site Title</title>
[/code]
Do you use templates, and did you change the right files?

Posted: 25 Apr 2007, 10:44
by Deb
Yes, I do. I probably changed the wrong one. I seem to have a conflict going there so I'll try the other one, thank you.

Deb