mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
394 B
394 B
$allow_php_templates
By default the PHP template file resource is disabled. Setting
$allow_php_templates to TRUE will enable PHP template files.
::: {.informalexample}
<?php
$smarty->allow_php_templates = true;
?>
:::
Note
The PHP template file resource is an undocumented deprecated feature.