Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Including a static file in your bb template

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.

Skip to toolbar