mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 13:21:36 +01:00
updated for 1.2.1 compile_dir changes, misc doc updates
This commit is contained in:
@@ -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");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user