thehush
08-30-2005, 02:55 PM
Hi,
I copy my about_template.html page to made a new page who called test.html.
i add in the index.php page on pixelpost :
// Added ability to use header and footers for templates. They are not needed but used if included in the template
$header = file_get_contents("templates/".$cfgrow['template']."/header.html");
$footer = file_get_contents("templates/".$cfgrow['template']."/footer.html");
$test = file_get_contents("templates/".$cfgrow['template']."/test.html");
// You can now add any template you want by just adding the template and a link to it. For example,
// ?x=about will load the template about_template.html
I mean thats there is something failed on the line up.
If you could help me, thanks.
I just want to add new page on my website
Hush.
Ps : sorry for my english.
I copy my about_template.html page to made a new page who called test.html.
i add in the index.php page on pixelpost :
// Added ability to use header and footers for templates. They are not needed but used if included in the template
$header = file_get_contents("templates/".$cfgrow['template']."/header.html");
$footer = file_get_contents("templates/".$cfgrow['template']."/footer.html");
$test = file_get_contents("templates/".$cfgrow['template']."/test.html");
// You can now add any template you want by just adding the template and a link to it. For example,
// ?x=about will load the template about_template.html
I mean thats there is something failed on the line up.
If you could help me, thanks.
I just want to add new page on my website
Hush.
Ps : sorry for my english.