Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,495
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
Slight difference between bb_load_template()
and include()
, bb_load_template()
can take as it’s 2nd argument an array of containing the names of variables to be used as globals within the template, whereas using include()
the included file just inherits all the global variables from the parent.