Hai, can someone help me to modified this code...
in header.php i found this code, see below
<div class="account<?php if(osc_is_web_user_logged_in()) { ?> has-border<?php } ?>">
<?php if(osc_is_web_user_logged_in()) { ?>
<a class="alerts tr1" href="<?php echo osc_item_send_friend_url(); ?>">
<i class="fa fa-bell-o"></i> <?php _e('Notifications', 'stela'); ?>
what i need its, how can i use the code from instant messenger to replace Notification?
i mean, i want at header had notification from Instant messenger
below its code for instant messenger
<?php if(function_exists('im_messages')) { echo im_messages(); } ?>
Thank you.