Topic: Some pages end with open php tag?
I don't have a problem, but just an idle question: I notice that some files, register.php for example, close with an open php tag
<?php
require PUN_ROOT.'footer.php';
I was just wondering the reason/logic of this. Thanks.