6 lines
153 B
PHP
6 lines
153 B
PHP
<?php
|
|
foreach ($boxes as $box)
|
|
{
|
|
echo st_get_partial('stBoxFrontend/boxSingle', array('box' => $box, 'smarty' => $smarty, 'group' => $box_group));
|
|
}
|