in main.php around line 70add the osc_item_is_premium part and 1 more <?php } ?>
search this and add the red parts
<?php if( osc_count_latest_items() > 0) { ?>
<div class="block">
<div class="wrap">
<?php $c = 1; ?>
<?php while ( osc_has_latest_items() ) {
<?php if(osc_item_is_premium() == 0) { ?>
<?php veronika_draw_item($c, 'gallery'); ?>
<?php $c++; ?>
<?php } ?>
<?php } ?>
</div>
</div>