forkbb
forkbb copied to clipboard
Syntax to include files in layout files
I like to use PHP INCLUDE to add a standard footer I have for the many pages on a site (outside the forum). Is there a syntax I can use to do this in the layout files since they do not allow PHP code? It would be equivalent to
<?php include 'path_to_file/footer.html'; ?>