From 5a00daf0941e44912913526f280c6064b144c384 Mon Sep 17 00:00:00 2001 From: mohrt Date: Sat, 2 Mar 2002 17:34:42 +0000 Subject: [PATCH] update quickstart --- QUICKSTART | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART b/QUICKSTART index b52687ce..ecb9de6b 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -14,7 +14,7 @@ INSTALLATION ------------ Unpack the Smarty tarball. You will see four class files: Smarty.class.php, -Smarty.addons.php, Smarty_Compiler.class.php and Config_File.class.php and a +Smarty_Compiler.class.php and Config_File.class.php and a "plugins" directory. You will need to have all four of these files somewhere in your PHP include path, so when you call require("Smarty.class.php") from within your application, it can find the class. Alternatively, you can set the