forkbb icon indicating copy to clipboard operation
forkbb copied to clipboard

Syntax to include files in layout files

Open pitamatein opened this issue 1 year ago • 3 comments

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'; ?>

pitamatein avatar Oct 21 '23 03:10 pitamatein