diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index a5a155c2..1a51c71d 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -31,7 +31,7 @@ Smarty 3.1.28 Multiple template_dir entries can now be selected by a comma separated list of indices. The template_dir array is searched in the order of the indices. (Could be used to change the default search order) Example: - $smarty->display([1],[0]foo.bar'); + $smarty->display('[1],[0]foo.bar'); Filter support ==============