JuicyData / TheOrangeAlliance2016-2017

The Orange Alliance, FIRST Tech Challenge; A database for event scoring and reporting with live data analysis. The data is juicy!
theorangealliance.net
MIT License
5 stars 0 forks source link

Prepare html to be php so you can include header and footer dynamically #38

Closed joeybab3 closed 5 years ago

joeybab3 commented 7 years ago

Rename index.html to index.php as well as the other files and stop using .html. This would allow you to just do the old include "header.php"; and include "footer.php"; so that if you wanted to change anything in the header or footer(or nav bar) you wouldn't have to do it for every single file.