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/polls/poll.list.tpl
2014-02-10 18:09:17 +07:00

10 lines
165 B
Smarty

{**
* Список опросов
*
* @styles poll.css
* @scripts <common>/js/poll.js
*}
{foreach $aPollItems as $oPoll}
{include 'polls/poll.tpl'}
{/foreach}