MyBB Community Forums

Full Version: PHP include
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
php include could be used in templates?
:-(
Try it out and tell us? I'm sure it won't be that difficult to remove it if it doesn't work...
No, you can't use any form of PHP in the templates. You will have to include it via global.php or the file, but cannot echo anything directly as it will break the cookies. You have to echo the contents in the outputpage function.