Quote:
|
Originally Posted by MurphDog
very nice job on modifying that theme.
On a side note, did you hear that Halo 2 is gonna be on the PS2? I think that sucks. Not very exclusive, I'd say.
|
Hey Murph,
Halo 2 will not be on PS2, however I'm sure it will be available for PC as will Halo (original). Perhaps you've been fooled by our enourmously successful April Fools Press Release indicating Halo 2's release on PS2. (We fooloed alot of people) - Thanks
Hey Godsfury,
There are quite a few ways to do this, the simplest way is to create a file in the root of the site with the following code:
Code:
<?php
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
OpenTable();
?>
<html>
PUT HTML CONTENT HERE
</html>
<?php
CloseTable();
include("footer.php");
?>
This method is really only good if you have very few pages such as that, otherwise you'll need to use another method, which are also easy but at the moment I don't have an example code for you. Let me know if you need more help.
Oh yeah.... thanks Mtechnik!
Thanks guys