1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/created.notes.tpl
2014-11-09 21:19:58 +07:00

14 lines
369 B
Smarty

{**
* Список заметок созданных пользователем
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
{lang 'user.publications.title'}
{/block}
{block 'layout_content' append}
{include 'navs/nav.user.created.tpl'}
{include 'components/user/user-list.tpl' users=$aUsersList pagination=$aPaging}
{/block}