mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Add missing translation
This commit is contained in:
parent
ab6c5ea47c
commit
d8d9833ec8
@ -33,7 +33,7 @@
|
||||
```smarty
|
||||
<div class="user">Hello, <a href="/users/{$user.id}">{$user.name}</a>.</div>
|
||||
```
|
||||
`{$user.id}` and `{$user['id']}` are same:
|
||||
`{$user.id}` и `{$user['id']}` это одно и то же:
|
||||
```smarty
|
||||
<div class="user">Hello, <a href="/users/{$user['id']}">{$user['name']}</a>.</div>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user