mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Add russian docs
This commit is contained in:
10
docs/ru/mods/length.md
Normal file
10
docs/ru/mods/length.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Modifier length
|
||||
===============
|
||||
|
||||
The modifier returns the number of items of a sequence or mapping, or the length of a string (works with UTF8 without `mbstring`)
|
||||
|
||||
```smarty
|
||||
{if $images|length > 5}
|
||||
to many images
|
||||
{/if}
|
||||
```
|
||||
Reference in New Issue
Block a user