how i can put that a special tittle appears only in the homepage? not in others?
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.
THX :)
©2006-2025 IAAI Software | Contact Us | Privacy Policy
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.