updated for 1.2.1 compile_dir changes, misc doc updates

This commit is contained in:
mohrt
2001-01-29 16:36:07 +00:00
parent 1cbd864897
commit a1c4060238
11 changed files with 149 additions and 63 deletions

View File

@@ -14,6 +14,6 @@ $smarty->assign("contacts", array(array("phone" => "1", "fax" => "2", "cell" =>
array("phone" => "555-4444", "fax" => "555-3333", "cell" => "760-1234")));
$smarty->display("./templates/index.tpl");
$smarty->display("index.tpl");
?>