http://imgfree.5cr1pt3d.co.uk/hp/
Well, basicly i've done this template playing around with php. Done it all form scratch and for it being my third template im happy with it.
Basicly i wont put any content on the site so all of the buttons are not linking anywhere.
What i did here was to put the least in the actual index.php file.
So it's content is now this:
Code:
<title>.:Your Site:.</title>
<html>
<center>
<body background="images/bg.jpg" bgcolor="#2e2e2e">
<?php include("header.php"); ?>
<iframe src ="content-home.php" width="700px" frameborder="0" height="600px"</iframe>
<iframe src ="footer.php" width="700px" frameborder="0" height="20px"></iframe>
<img src="images/shadow-bottom.png">
</center>
This way to create a new site with just a few clicks. duplicating index.php, renaming it. changing the iframe to a different content page and changing the link in header.php.
What do you guys think?
If anyone wants it, just PM me and i'll propably give it to you.
Everyone else, gimme some feedback!