1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-29 23:59:27 +03:00
ifhub-skin/actions/ActionProfile/created.notes.tpl

16 lines
371 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Список заметок созданных пользователем
*
* @param array $notesUsers
* @param array $paging
*}
{extends 'layouts/layout.user.created.tpl'}
2017-01-08 13:05:51 +02:00
{block 'layout_user_page_title'}
{lang 'user.publications.title'}
{/block}
{block 'layout_content' append}
{component 'user.list' users=$notesUsers pagination=$paging}
2017-01-08 13:05:51 +02:00
{/block}