diff options
-rwxr-xr-x | includes/smilies.php | 1 | ||||
-rw-r--r-- | theme/images/smilies/biggrin.gif | bin | 0 -> 696 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/includes/smilies.php b/includes/smilies.php index 7001705..e7579a6 100755 --- a/includes/smilies.php +++ b/includes/smilies.php | |||
@@ -31,6 +31,7 @@ class Smilies | |||
31 | { | 31 | { |
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 | 35 | ||
35 | $this->init = true; | 36 | $this->init = true; |
36 | } | 37 | } |
diff --git a/theme/images/smilies/biggrin.gif b/theme/images/smilies/biggrin.gif new file mode 100644 index 0000000..ad04031 --- /dev/null +++ b/theme/images/smilies/biggrin.gif | |||
Binary files differ | |||