website/internal/footer.php

12 lines
199 B
PHP
Raw Normal View History

<?php
function getFooter(){
echo(<<<EOF
</div>
<footer includeHTML="/include/footer.php">
</footer>
<script src="/js/includeHTML.js"></script>
</body>
</html>
EOF);
}