//395emoticons
// Convert textual emoticons into graphical ones?
// a value of 0 = no, 1 = yes
$_prefs['emoticons'] = array(
    'value' => 0,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Convert textual emoticons into graphical ones?"));
