GregoBase/include/footer.php

9 lines
56 B
PHP

<?php
echo <<<FOOTER
</div>
</body>
</html>
FOOTER;
?>