Translate

Friday, 4 May 2012

Creating the footer.php file

Step 4: Creating the footer.php file
The footer file is included at the bottom of every page, it looks like this:
<hr>
<div id='footer'>Copyright 2007-2008 © <?php echo $domain; ?></div>
</body>
</html>

No comments: