summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xincludes/smilies.php1
-rw-r--r--theme/images/smilies/sad.gifbin0 -> 698 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/includes/smilies.php b/includes/smilies.php index 843af05..c0a4297 100755 --- a/includes/smilies.php +++ b/includes/smilies.php
@@ -30,6 +30,7 @@ class Smilies
30 function init() 30 function init()
31 { 31 {
32 $this->smilies[':)'] = '001_smile.gif'; 32 $this->smilies[':)'] = '001_smile.gif';
33 $this->smilies[':('] = 'sad.gif';
33 34
34 $this->init = true; 35 $this->init = true;
35 } 36 }
diff --git a/theme/images/smilies/sad.gif b/theme/images/smilies/sad.gif new file mode 100644 index 0000000..6aca310 --- /dev/null +++ b/theme/images/smilies/sad.gif
Binary files differ