- Joined
- Feb 4, 2007
- Messages
- 1,453

I'm looking to place a link in the section next to "Member Since" - I've tried playing around with this piece of code below, which when I add it, shows a duplicate of the Member Since bit. However i'm not having much joy with my edits!
Code:
<div>
<div class="listing_element info_pro">
<div class="listing_title"><?php echo $lang['about_me']; ?></div>
<div class="listing_text"><?php echo boomFormat($user['user_about']); ?></div>
</div>
</div>