summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-01-03 21:36:22 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-01-03 21:36:22 -0500
commite22583ee00024c97db06d417826f2d3b3d80833a (patch)
tree613457fb42eafdbd575dfb83f3f635dc205ad77e
parentae8258d8d14f8c9c9d2fd46faaed5e0b6b2dc950 (diff)
downloadfourisland-e22583ee00024c97db06d417826f2d3b3d80833a.tar.gz
fourisland-e22583ee00024c97db06d417826f2d3b3d80833a.tar.bz2
fourisland-e22583ee00024c97db06d417826f2d3b3d80833a.zip
Added :D smiley
-rwxr-xr-xincludes/smilies.php1
-rw-r--r--theme/images/smilies/biggrin.gifbin0 -> 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