<header> <!-- <?php buffer::flushBuffer('template/header'); ?> --> <nav> <?php buffer::flushBuffer('template/nav'); ?> </nav> </header> <section> <?php echo $A_buffer['section']; ?> </section> <footer> <?php buffer::flushBuffer('template/footer'); ?> </footer> </div> <!-- javasript files should be linked at the bottom of the page --> <script src="/public/js/jquery.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="/public/js/bootstrap.min.js"></script> <!-- My JavaScript files script.js --> <script src="/public/js/script.js"></script> </body> </html>