]> git.mjollnir.org Git - moodle.git/commitdiff
A real easter egg ;-)
authormoodler <moodler>
Fri, 22 Sep 2006 02:28:13 +0000 (02:28 +0000)
committermoodler <moodler>
Fri, 22 Sep 2006 02:28:13 +0000 (02:28 +0000)
lib/weblib.php
pix/s/egg.gif [new file with mode: 0755]

index ff19b4294a2e3044607b6571c9e7816e16eb67ea..6c86f898cae92b3d89ab33a3a95c06ec60436a0f 100644 (file)
@@ -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 (executable)
index 0000000..64eea34
Binary files /dev/null and b/pix/s/egg.gif differ