<? if( $key === 2): ?>
<?foreach($temp as $its):?>
<div class="banner">
<img src="<?=$its['DETAIL_PICTURE']?>" alt="">
</div>
<?endforeach;?>
<?endif;?>
<? if( $key === 2): ?>
<?foreach($temp as $its):?>
<div class="banner">
<?php if($its['position'] == 'topbanner) : ?>
<img src="<?=$its['DETAIL_PICTURE']?>" alt="">
<?php endif; ?>
</div>
<?endforeach;?>
<?endif;?>