mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
351 B
351 B
getCompileDir()
returns the directory where compiled templates are stored
Description
string
getCompileDir
<?php
// get directory where compiled templates are stored
$compileDir = $smarty->getCompileDir();
?>
See also setCompileDir() and
$compile_dir.