From: moodler Date: Fri, 22 Sep 2006 02:11:00 +0000 (+0000) Subject: Some easter eggs :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=35cf8b7938b7cbfd0a1f3058086456964b65b9ec;p=moodle.git Some easter eggs :-) --- diff --git a/lib/weblib.php b/lib/weblib.php index 13da6c8b2f..ff19b4294a 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1760,6 +1760,9 @@ function replace_smilies(&$text) { 'V-.' => 'thoughtful', ':-P' => 'tongueout', 'B-)' => 'cool', + 'B)' => 'cool', + '8-)' => 'cool', + '8)' => 'cool', '^-)' => 'approve', '8-)' => 'wideeyes', ':o)' => 'clown', @@ -1774,6 +1777,11 @@ function replace_smilies(&$text) { 'xx-P' => 'dead', '|-.' => 'sleepy', '}-]' => 'evil', + '(h)' => 'heart', + '(heart)' => 'heart', + '(y)' => 'yes', + '(n)' => 'no', + '(martin)' => 'martin' ); if ($runonce == false) { /// After the first time this is not run again diff --git a/pix/s/heart.gif b/pix/s/heart.gif new file mode 100755 index 0000000000..720b69548f Binary files /dev/null and b/pix/s/heart.gif differ diff --git a/pix/s/martin.gif b/pix/s/martin.gif new file mode 100755 index 0000000000..ef261dcbcc Binary files /dev/null and b/pix/s/martin.gif differ diff --git a/pix/s/no.gif b/pix/s/no.gif new file mode 100755 index 0000000000..d2d573072e Binary files /dev/null and b/pix/s/no.gif differ diff --git a/pix/s/yes.gif b/pix/s/yes.gif new file mode 100755 index 0000000000..95d206e382 Binary files /dev/null and b/pix/s/yes.gif differ