Some easter eggs :-)

This commit is contained in:
moodler 2006-09-22 02:11:00 +00:00
parent c58adde069
commit 35cf8b7938
5 changed files with 8 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

BIN
pix/s/martin.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

BIN
pix/s/no.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

BIN
pix/s/yes.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B