Update README.md. Fix references to Smarty3. Get rid of old changelog-like files.

This commit is contained in:
Simon Wisselink
2021-10-13 22:49:43 +02:00
parent 64a6333d5d
commit ffb2fd923b
10 changed files with 18 additions and 1494 deletions

View File

@@ -18,7 +18,7 @@ class Smarty_Internal_Compile_For extends Smarty_Internal_CompileBase
{
/**
* Compiles code for the {for} tag
* Smarty 3 does implement two different syntax's:
* Smarty supports two different syntax's:
* - {for $var in $array}
* For looping over arrays or iterators
* - {for $x=0; $x<$y; $x++}