*** empty log message ***

This commit is contained in:
andrey
2000-11-20 20:06:06 +00:00
parent d87d1c0176
commit 536b66a58c
6 changed files with 170 additions and 58 deletions
+1 -1
View File
@@ -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";