diff --git a/docs/en/programmers/smarty-constants.xml b/docs/en/programmers/smarty-constants.xml index 675bb9a4..1d99dd39 100644 --- a/docs/en/programmers/smarty-constants.xml +++ b/docs/en/programmers/smarty-constants.xml @@ -21,6 +21,27 @@ define("SMARTY_DIR","/usr/local/lib/php/Smarty/"); require_once(SMARTY_DIR."Smarty.class.php"); ?> +]]> + + + + + SMARTY_CORE_DIR + + This should be the full system path to the location of the Smarty core + files. If not defined, Smarty will default this constant to the internals/ + sub-directory below SMARTY_DIR. If defined, the path must end with a slash. + Use this constant when manually including any of the core.* files. + + + SMARTY_CORE_DIR + + ]]>