You are here:  » personalise title

Support Forum



personalise title

Submitted by enrique on Tue, 2009-03-10 11:47 in

how i can put that a special tittle appears only in the homepage?
not in others?

Submitted by support on Tue, 2009-03-10 11:57

Hi Enrique,

In index.php, look for this code on line 4:

require("html/header.php");

...and REPLACE that with:

$header["title"] = "Your title here!";
require("html/header.php");

Cheers,
David.

Submitted by enrique on Tue, 2009-03-10 12:30

THX :)