diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-01-03 21:36:22 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-01-03 21:36:22 -0500 |
commit | e22583ee00024c97db06d417826f2d3b3d80833a (patch) | |
tree | 613457fb42eafdbd575dfb83f3f635dc205ad77e | |
parent | ae8258d8d14f8c9c9d2fd46faaed5e0b6b2dc950 (diff) | |
download | fourisland-e22583ee00024c97db06d417826f2d3b3d80833a.tar.gz fourisland-e22583ee00024c97db06d417826f2d3b3d80833a.tar.bz2 fourisland-e22583ee00024c97db06d417826f2d3b3d80833a.zip |
Added :D smiley
-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 | |||