What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
This is an array of all local files and directories that are considered
secure.
{include}
and {fetch}
use this when
$security
is enabled.
Example 12.5. $secure_dir example
<?php $secure_dirs[] = '/path/to/site/root/templates/'; $secure_dirs[] = '/path/to/includes/'; $smarty->secure_dir = $secure_dirs; ?>
See also
$security_settings
and $trusted_dir
.