MyBB Community Forums

Full Version: Including the global templates in custom pages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering what the code would be to include the global templates in a custom page?

And I mean the global templates where the plugins place their templates when activated, not the Global Templates in a specific theme's templates.

Hope that makes sense.. Toungue
After including global.php you'd include them in the same way as normal templates.

eval("\$variable = \"".$templates->get('template_name')."\";");