Hi sniker,
this will show cell phone with image in item page
<p style="clear: left;">
<img src="<?php echo osc_current_web_theme_url('images/
tel.png') ; ?>" alt="" title="cell phone" style="float:left; margin-right:4px; margin-top:0px;">
<?php _e("Mobil: ", 'modern') ; ?> <?php echo osc_user_phone_mobile() ; ?>
</p>
this willl show "phoneLand"with image in item page
<p style="clear: left;">
<img src="<?php echo osc_current_web_theme_url('images/
tel1.png') ; ?>" alt="" title="land phone" style="float:left; margin-right:4px; margin-top:0px;">
<?php _e("Phone: ", 'modern') ; ?> <?php echo osc_user_phone(); ?>
</p>
you must add phone images in current theme/images folder and rename
blue part of codethis will appear only if user add phone numbers in "users -profil"you can not add phone numbers from post / edit item page which is not so bad beacuse user must to add phones only one time,
look at this page, there are lot's of helpers
http://wiki.osclass.org/Helpersregards