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

9 lines
166 B
PHP

<?php
st_theme_use_stylesheet('stBoxPlugin.css');
foreach ($boxes as $box)
{
echo st_get_component('stBoxFrontend','boxSingle',array('id'=>$box->getId()));
}
?>