From: moodler Date: Fri, 22 Sep 2006 02:28:13 +0000 (+0000) Subject: A real easter egg ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2eb662d261fc0da8613ac6b0ef4d9e39a63a3eeb;p=moodle.git A real easter egg ;-) --- diff --git a/lib/weblib.php b/lib/weblib.php index ff19b4294a..6c86f898ca 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1781,7 +1781,8 @@ function replace_smilies(&$text) { '(heart)' => 'heart', '(y)' => 'yes', '(n)' => 'no', - '(martin)' => 'martin' + '(martin)' => 'martin', + '()' => 'egg' ); if ($runonce == false) { /// After the first time this is not run again diff --git a/pix/s/egg.gif b/pix/s/egg.gif new file mode 100755 index 0000000000..64eea342ac Binary files /dev/null and b/pix/s/egg.gif differ