MyBB Hacks

Full Version: Can I use template conditionals to include file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can I do this with this plugin?

PHP Code:
<?php include 'footer.php';?>

Template Conditionals, no.  PHP in Templates, yes.
Reference URL's