Files
2025-03-12 17:06:23 +01:00

6 lines
153 B
PHP

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