aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-13 17:24:42 -0800
committerFriendika <info@friendika.com>2011-02-13 17:24:42 -0800
commitce8c6dfaf700ab09587a7a9eab5985941bd939b8 (patch)
tree70fedee0e976390047423ec76fcbc2b36cf50044 /boot.php
parente32cda65422265ad93458e7028e088dcf8c4504b (diff)
downloadvolse-hubzilla-ce8c6dfaf700ab09587a7a9eab5985941bd939b8.tar.gz
volse-hubzilla-ce8c6dfaf700ab09587a7a9eab5985941bd939b8.tar.bz2
volse-hubzilla-ce8c6dfaf700ab09587a7a9eab5985941bd939b8.zip
just in time for valentines day - heart smiley <3
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 2cbc48cde..6a1d3a04b 100644
--- a/boot.php
+++ b/boot.php
@@ -1978,8 +1978,9 @@ function smilies($s) {
$a = get_app();
return str_replace(
- array( ':-)', ';-)', ':-(', ':(', ':-P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O'),
+ array( '&lt;3', ':-)', ';-)', ':-(', ':(', ':-P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O'),
array(
+ '<img src="' . $a->get_baseurl() . '/images/smiley-heart.gif" alt="<3" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-smile.gif" alt=":-)" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-wink.gif" alt=";-)" />',
'<img src="' . $a->get_baseurl() . '/images/smiley-frown.gif" alt=":-(" />',