diff options
-rwxr-xr-x | includes/smilies.php | 1 | ||||
-rw-r--r-- | theme/images/smilies/001_tongue.gif | bin | 0 -> 698 bytes |
2 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 | } |
diff --git a/theme/images/smilies/001_tongue.gif b/theme/images/smilies/001_tongue.gif new file mode 100644 index 0000000..c3f09c0 --- /dev/null +++ b/theme/images/smilies/001_tongue.gif | |||
Binary files differ | |||