-
FAQ
- Forum Search
- Community
- Online Manual
- Support Helpers of the Month
- Function Database
template_include
Description
This function is used by the loadTemplate function to include the template file (include as in the PHP function).
Syntax
void template_include (string $filename[, bool $once])
Parameter $filename
Expected type: String
Description: The name of the template file (ie index.template.php)
Parameter $once
Expected type: Boolean
Description: Whether to use require() or require_once() (only works if $modSettings['disableTemplateEval'] is set)
Advertisement:- Help | Terms and Rules | Go Up ▲
- Copyright © 2022 Simple Machines. All Rights Reserved.
- Page created in 0.014 seconds with 13 queries.
- Forum Search