scioly / scioly.org

Scioly.org server files for public contributions
6 stars 0 forks source link

Append to site footer from within `/var/www/html/src/php/head.php` #2

Closed georgemsun closed 4 years ago

georgemsun commented 4 years ago

Append the site footer to the end of every document from within /var/www/html/src/php/head.php. This will simplify documents so that only /var/www/html/src/php/head.php needs to be included to documents without adding /var/www/html/src/php/footer.php to the end of documents. Look into PHP functions for appending to the end of document.

georgemsun commented 4 years ago

Not seeing any direct solutions to this. Current method is just an extra line which is hardly worth the effort to improve.