Frag Records II
Frag Records has had a bit of an overhaul recently. I sat own with the guys the other day and we spent a few hours changing the design. The logo has been made bigger, grenade added, and a few links have been removed.
The construction of the pages has changed dramatically. I found out the other day about php includes. This allows you to include a ‘header’ or a ‘footer’ in a page. ON the php page, you put
<?php include(“includes/header.php”); ?>
This ‘includes’ the header, making the page and including the html. This means I can change one file (for example, if an extra link needs adding) and it changes all the pages on the site.
Other changes include the background, the music page layout and the contact page now has some content.
It can be found here:
No Comments Yet