Topic: Integration Issue with exit ($tpl_main);
I'm currently in the process of integrating punbb with a project I've been working on for a while. The integration has gone fairly smooth until now. I'm having a problem with line 161 of footer.php where "exit ($tpl_main);" is called. Initially I thought I could simply change this to "echo ($tpl_main);" however this is not working. For most cases this works however there are a few where additional code is called. You can see an example of this if you change this line of code to echo, then click the "forgot password" link. You will not see a login box under the "Request Password" box. There are a number of other cases where additional code is executed however this is the easiest to see.
This would not be an issue however I need to include some of my own content below the punbb pages and the exit does not allow that. Any help would be appreciated.