Hi

I wonder how on my pages, to place the codes like: (before the <!DOCTYPE html> and other php codes after </html>
<?php
ob_start();
?>

Footer
</html>
<?php include '/home/website/public_html/news/app/views/pjLayouts/pjActionLoad.php'; ?>

Currently, it is tedious to do that in FTP, especially when there are a few in different pages.

Cn this be done by having a placeholder? and if so, What are the steps to do that?

Note: If I place it in a placeholder and choose place codes in header, it won't work.

Thank you.