Here's the code:
$bb_code = array(
':\'(' => '<img src = "/imgs/emos/cry_smile.gif" />'
);
It's for replacing the text with the emoticons, the rest of them works fine, but this one, due to the quote (the cry emoticon) I just can't make it work. I tried with the backslash also, but It didn't...