1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/frontend/components/blog/list/blog-list-loop.tpl
2016-01-19 09:34:44 +07:00

11 lines
201 B
Smarty

{**
* Список блогов
*
* @param array $blogs
*}
{component_define_params params=[ 'blogs' ]}
{foreach $blogs as $blog}
{component 'blog' template='list-item' blog=$blog}
{/foreach}