aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall/htconfig.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php
index 77a0aa8a5..beca1ab58 100755
--- a/install/htconfig.sample.php
+++ b/install/htconfig.sample.php
@@ -19,7 +19,7 @@ $db_pass = 'mysqlpassword';
$db_data = 'mysqldatabasename';
// smarty3 compile dir. make sure is writable by webserver
-$a->config['system']['smarty3_folder'] = "view/tpl/smart3";
+$a->config['system']['smarty3_folder'] = "view/tpl/smarty3";
// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
// It can be changed later and only applies to timestamps for anonymous viewers.