diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-17 21:47:55 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-17 21:47:55 -0500 |
| commit | 2a1abd48671266bb2ce30eec5f2eecc0aaa8e2e4 (patch) | |
| tree | 6a985bbabce9932a413f4221f243228d031cf138 | |
| parent | c895d2f41b0737f8a2799d36beca087e6b642f05 (diff) | |
| download | fourisland-2a1abd48671266bb2ce30eec5f2eecc0aaa8e2e4.tar.gz fourisland-2a1abd48671266bb2ce30eec5f2eecc0aaa8e2e4.tar.bz2 fourisland-2a1abd48671266bb2ce30eec5f2eecc0aaa8e2e4.zip | |
Added sad ":(" smiley
| -rwxr-xr-x | includes/smilies.php | 1 | ||||
| -rw-r--r-- | theme/images/smilies/sad.gif | bin | 0 -> 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 | |||
