View file templates/footer.php
<?php // coding by Felis echo "<div class=foot>\n"; echo "<a href=$url><b>©</b> $copyright</a><br>\n"; echo "<font color=#707070>\n"; echo "GZip: "; info(); echo "</font>\n"; echo "</div>"; echo "\n</body>\n</html>"; ?>