From b98c1e542c4afa385cf8b9768cd133a4d6a798f7 Mon Sep 17 00:00:00 2001 From: messju Date: Fri, 9 Dec 2005 18:46:25 +0000 Subject: [PATCH] fixed description of SMARTY_CORE_DIR removed useless hack (why should it be in the docs, if it isn't recommended anyway?) --- docs/en/programmers/smarty-constants.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/en/programmers/smarty-constants.xml b/docs/en/programmers/smarty-constants.xml index 378a7c31..a980c282 100644 --- a/docs/en/programmers/smarty-constants.xml +++ b/docs/en/programmers/smarty-constants.xml @@ -18,17 +18,13 @@ ]]> @@ -47,7 +43,7 @@ require_once(SMARTY_DIR.'Smarty.class.php'); 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 - libs/ + internals/ sub-directory below SMARTY_DIR. If defined, the path must end with a slash. @@ -60,7 +56,7 @@ require_once(SMARTY_DIR.'Smarty.class.php'); ]]>