Some extra help Please
Where i need to add?
<div class="info">
<div>
<h3><a href="<?php echo osc_item_url() ; ?>"><?php if(strlen(osc_item_title()) > 60){ echo substr(osc_item_title(), 0, 55).'...'; } else { echo osc_item_title(); } ?></a></h3>
</div>
<div class="data"><?php item_realestate_attributes(); ?>
</div>
<div class="author">
<?php echo osc_format_date(osc_item_pub_date()); ?><br />
<?php echo osc_item_city(); ?> (<?php echo osc_item_region();?>)
</div>
</div>
</div>
<?php } ?>
<div class="clear"></div>
<?php View::newInstance()->_erase('items') ;
} ?>
</div>
<?php if( osc_count_latest_items() == osc_max_latest_items() ) { ?>
<div class="pagination-box">
<a href="<?php echo osc_search_show_all_url();?>" class="ui-button ui-button-grey"><?php _e("See all offers", 'realestate'); ?> »</a></p>
</div>
<?php } ?>
</div>
<?php osc_current_web_theme_path('footer.php') ; ?>
Thanks