1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionComments/index.tpl

7 lines
187 B
Smarty

{extends file='layouts/layout.base.tpl'}
{block name='layout_page_title'}{$aLang.comments_all}{/block}
{block name='layout_content'}
{include file='comments/comment_list.tpl'}
{/block}