mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
smiley_pack add french and spanish packs.
This commit is contained in:
parent
e7a14855fc
commit
4a7f1395c9
4 changed files with 991 additions and 5 deletions
|
@ -5,10 +5,12 @@
|
|||
* Version: 1.02
|
||||
* Author: Thomas Willingham (based on Mike Macgirvin's Adult Smile template)
|
||||
* All smileys from sites offering them as Public Domain
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
*/
|
||||
|
||||
function smiley_pack_install() {
|
||||
register_hook('smilie', 'addon/smiley_pack/smiley_pack.php', 'smiley_pack_smilies');
|
||||
}
|
||||
|
@ -51,9 +53,6 @@ function smiley_pack_smilies(&$a,&$b) {
|
|||
$b['texts'][] = ':bunny';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/animals/bunny.gif' . '" alt="' . ':bunny' . '" />';
|
||||
|
||||
$b['texts'][] = ':chick';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/animals/chick.gif' . '" alt="' . ':chick' . '" />';
|
||||
|
||||
$b['texts'][] = ':cow';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/animals/cow.gif' . '" alt="' . ':cow' . '" />';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue