From 7d02331821a205a6f1c9534a644c6fd59da57ff9 Mon Sep 17 00:00:00 2001 From: nlopess Date: Wed, 24 Mar 2004 15:13:16 +0000 Subject: [PATCH] fixed tag --- docs/en/programmers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/programmers.xml b/docs/en/programmers.xml index f94e710e..f59b70bf 100644 --- a/docs/en/programmers.xml +++ b/docs/en/programmers.xml @@ -20,7 +20,7 @@ // set path to Smarty directory define("SMARTY_DIR","/usr/local/lib/php/Smarty/"); -require_once(SMARTY_DIR."Smarty.class.php"); +require_once(SMARTY_DIR."Smarty.class.php"); ?> ]]>