mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Some easter eggs :-)
This commit is contained in:
parent
c58adde069
commit
35cf8b7938
@ -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
|
||||
|
BIN
pix/s/heart.gif
Executable file
BIN
pix/s/heart.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 592 B |
BIN
pix/s/martin.gif
Executable file
BIN
pix/s/martin.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 222 B |
BIN
pix/s/no.gif
Executable file
BIN
pix/s/no.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 565 B |
BIN
pix/s/yes.gif
Executable file
BIN
pix/s/yes.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 561 B |
Loading…
x
Reference in New Issue
Block a user