You have HTML comment tag that is not closed which effectively comments out the rest of the page including the lines that load the JS scripts.Note you need to purge the cache after making template edits. If you want to comment out code in templates you can use:That will remove it from HTML output.
Code:
<!-- Commented out Board Index here
Code:
<!-- IF 0 -->Commented out code<!-- ENDIF -->
Statistics: Posted by thecoalman — Wed May 29, 2024 1:58 am