Skip to content
Snippets Groups Projects
footer.php 199 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    function getFooter(){
        echo(<<<EOF
        </div>
        <footer includeHTML="/include/footer.php">
        </footer>
        <script src="/js/includeHTML.js"></script>
        </body>
        </html>
        EOF);
    }