"
",
"/\{?:-?\)/" => "
",
"/\{?;-?\)/" => "
",
"/\{?:-?\(/" => "
",
"/\{?:-?p/" => "
",
"/\{?:-?o/" => "
",
"/\{?:-?D/" => "
",
// the following ones are merely here to keep backward compatibility with the smileys cookbook
"/\{cool\}/" => "
",
"/\{confused\}/" => "
",
"/\{eek\}/" => "
",
"/\{angry\}/" => "
",
"/\{rolleyes\}/" => "
"
);
$InlineReplacements = array_merge_recursive ($InlineReplacements, $Smileys);
?>