mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
one more typo fix
altho not sure where the quote should be here
This commit is contained in:
@@ -31,7 +31,7 @@ Smarty 3.1.28
|
|||||||
Multiple template_dir entries can now be selected by a comma separated list of indices.
|
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)
|
The template_dir array is searched in the order of the indices. (Could be used to change the default search order)
|
||||||
Example:
|
Example:
|
||||||
$smarty->display([1],[0]foo.bar');
|
$smarty->display('[1],[0]foo.bar');
|
||||||
|
|
||||||
Filter support
|
Filter support
|
||||||
==============
|
==============
|
||||||
|
Reference in New Issue
Block a user