Smiley pack update.
This commit is contained in:
parent
236a18cca8
commit
d89927e304
4 changed files with 7 additions and 1 deletions
BIN
smiley_pack.tgz
BIN
smiley_pack.tgz
Binary file not shown.
BIN
smiley_pack/icons/fight/alpha.png
Normal file
BIN
smiley_pack/icons/fight/alpha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 664 B |
BIN
smiley_pack/icons/sad/sigh.gif
Normal file
BIN
smiley_pack/icons/sad/sigh.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 748 B |
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Name: Smiley Pack
|
||||
* Description: Pack of smileys that make master too AOLish.
|
||||
* Version: 1.0
|
||||
* Version: 1.01
|
||||
* Author: Thomas Willingham (based on Mike Macgirvin's Adult Smile template)
|
||||
* All smileys from sites offering them as Public Domain
|
||||
*
|
||||
|
@ -204,6 +204,9 @@ function smiley_pack_smilies(&$a,&$b) {
|
|||
$b['texts'][] = ':prisoner';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sad/prisoner.gif' . '" alt="' . ':prisoner' . '" />';
|
||||
|
||||
$b['texts'][] = ':sigh';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sad/sigh.gif' . '" alt="' . ':sigh' . '" />';
|
||||
|
||||
#Smoking - only one smiley in here, maybe it needs moving elsewhere?
|
||||
|
||||
$b['texts'][] = ':smoking';
|
||||
|
@ -295,6 +298,9 @@ function smiley_pack_smilies(&$a,&$b) {
|
|||
$b['texts'][] = ':alienfight';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/fight/alienfight.gif' . '" alt="' . ':alienfight' . '" />';
|
||||
|
||||
$b['texts'][] = ':alpha';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/fight/alpha.png' . '" alt="' . ':alpha' . '" />';
|
||||
|
||||
$b['texts'][] = ':army';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/fight/army.gif' . '" alt="' . ':army' . '" />';
|
||||
|
||||
|
|
Loading…
Reference in a new issue