Worked out a class to easily include subpages/content and put the footer in a function
This commit is contained in:
@@ -15,4 +15,16 @@ function end_html()
|
||||
print "\n\n</body>\n</html>\n";
|
||||
}
|
||||
|
||||
function footer()
|
||||
{
|
||||
print "
|
||||
</div>
|
||||
<div id=\"footer\">
|
||||
<p>© 2014 - Jack-Benny Persson</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>";
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user