This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Sorta customisation


avatar
hypostasis 0
From: -
Sorta customisation

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 Smiling Face

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Sorta customisation
avatar
OP 0
From: -
Sorta customisation

thankeys Smiling Face
1 Re: Sorta customisation
avatar
Administrator
1340
From: Vienna, Austria
Sorta customisation

<?php


require ("core.php");
HeaderBlock();

** Your script here **

FooterBlock();

?>


Replace "Your script here" with your script Smiling Face

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.