1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/components/poll/poll.list.tpl
2015-10-27 16:02:57 +07:00

9 lines
136 B
Smarty

{**
* Список опросов
*
* @param array $polls
*}
{foreach $polls as $poll}
{component 'poll' poll=$poll}
{/foreach}