diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-11-15 16:26:06 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-11-15 16:26:06 -0500 |
commit | 34d358ba240bd19491f0f97faf04513318bee6c0 (patch) | |
tree | afff4817447af91322b95fe34875ec6e1bb39491 /includes | |
parent | 87c9b3ba7284dde0534b547d61b3223d21d0dbe5 (diff) | |
download | fourisland-34d358ba240bd19491f0f97faf04513318bee6c0.tar.gz fourisland-34d358ba240bd19491f0f97faf04513318bee6c0.tar.bz2 fourisland-34d358ba240bd19491f0f97faf04513318bee6c0.zip |
Added :P emoticon
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/smilies.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/smilies.php b/includes/smilies.php index fbadc57..f9ffde8 100755 --- a/includes/smilies.php +++ b/includes/smilies.php | |||
@@ -32,6 +32,7 @@ class Smilies | |||
32 | $this->smilies[':)'] = '001_smile.gif'; | 32 | $this->smilies[':)'] = '001_smile.gif'; |
33 | $this->smilies[':('] = 'sad.gif'; | 33 | $this->smilies[':('] = 'sad.gif'; |
34 | $this->smilies[':D'] = 'biggrin.gif'; | 34 | $this->smilies[':D'] = 'biggrin.gif'; |
35 | $this->smilies[':P'] = '001_tongue.gif'; | ||
35 | 36 | ||
36 | $this->init = true; | 37 | $this->init = true; |
37 | } | 38 | } |