This commit is contained in:
Thomas Willingham 2013-05-14 23:23:04 +01:00
parent 304934a90c
commit 069e874e6d

View File

@ -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.