Файл: WoWonder 1.2.1/Script/assets/includes/emo.php
Строк: 23
<?php
$emo = array(
':)' => 'smile',
'(<' => 'joy',
'**)' => 'relaxed',
':p' => 'stuck-out-tongue-winking-eye',
':_p' => 'stuck-out-tongue',
'B)' => 'sunglasses',
';)' => 'wink',
':D' => 'grin',
'/_)' => 'smirk',
'0)' => 'innocent',
':_(' => 'cry',
':__(' => 'sob',
':(' => 'disappointed',
':*' => 'kissing-heart',
'<3' => 'heart',
'</3' => 'broken-heart',
'*_*' => 'heart-eyes',
'<5' => 'star',
':o' => 'open-mouth',
':0' => 'scream',
'o(' => 'anguished',
'-_(' => 'unamused',
'x(' => 'angry',
'X(' => 'rage',
'-_-' => 'expressionless',
':-/' => 'confused',
':|' => 'neutral-face',
'!_' => 'exclamation',
':|' => 'neutral-face',
);
?>