fix a couple errors

This commit is contained in:
mohrt
2005-02-10 14:44:16 +00:00
parent 7cd6a790e0
commit 552e1c4491

View File

@@ -52,7 +52,7 @@ Edit the index.php file to look like the following:
<?php
// put full path to Smarty.class.php
require('/usr/local/lib/php/Smarty/lib/Smarty.lib.php');
require('/usr/local/lib/php/Smarty/Smarty.class.php');
$smarty = new Smarty();
$smarty->template_dir = '/web/www.domain.com/smarty/templates';