summary refs log tree commit diff stats
path: root/includes/smilies.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/smilies.php')
-rwxr-xr-xincludes/smilies.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/smilies.php b/includes/smilies.php index c0a4297..7001705 100755 --- a/includes/smilies.php +++ b/includes/smilies.php
@@ -44,7 +44,7 @@ class Smilies
44 44
45 foreach ($this->smilies as $name => $value) 45 foreach ($this->smilies as $name => $value)
46 { 46 {
47 $text = str_replace($name, '<IMG SRC="http://fourisland.com/theme/images/smilies/' . $value . '" ALT="' . $name . '" />', $text); 47 $text = str_replace($name, '<IMG SRC="http://fourisland.com/theme/images/smilies/' . $value . '" ALT="' . $name . '">', $text);
48 } 48 }
49 49
50 return $text; 50 return $text;