1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/created.notes.tpl

14 lines
325 B
Smarty

{**
* Список заметок созданных пользователем
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
{$aLang.user_menu_publication}
{/block}
{block 'layout_content' append}
{include 'navs/nav.user.created.tpl'}
{include 'components/user_list/user_list.tpl'}
{/block}