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/components/poll/poll.list.tpl
2014-06-23 19:51:40 +07:00

9 lines
137 B
Smarty

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