mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-03 19:30:49 +02:00
*** empty log message ***
This commit is contained in:
@@ -10,7 +10,7 @@ $smarty->assign("LastName",array("Doe","Smith","Johnson","Case"));
|
||||
$smarty->assign("Class",array(array("A","B","C","D"), array("E", "F", "G", "H"),
|
||||
array("I", "J", "K", "L"), array("M", "N", "O", "P")));
|
||||
|
||||
$smarty->quip("./templates/index.tpl");
|
||||
$smarty->display("./templates/index.tpl");
|
||||
|
||||
print "\ndone\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user