9 lines
166 B
PHP
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()));
|
|
}
|
|
?>
|