Sorta customisation
hypostasis 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Sorta customisation
hypostasis
OP
0
From: -
From: -
Sorta customisation
thankeys
thankeys
1 Re: Sorta customisation
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Sorta customisation
Replace "Your script here" with your script
<?php
require ("core.php");
HeaderBlock();
** Your script here **
FooterBlock();
?>
Replace "Your script here" with your script
Okay, so i have a few scripts i want to include into my website, but i want to keep the same templete file that im using for the rest of the website (site_header and site_footer), is there any way to make a sort of "top file" which will get the templete for me? Ive tried this using your core.php file and the GetTemplete function, but it doesnt seem to do anything
Any ideas?
Goldfish