Upgrade to FB-Connector + Privacy Image Cache #50

Merged
CatoTH merged 8 commits from master into master 2012-04-23 00:44:55 +02:00
4 changed files with 3 additions and 0 deletions
Showing only changes of commit 32d85bfaf2 - Show all commits

Merge branch 'master' of git://github.com/friendica/friendica-addons

Tobias Hößl 2012-04-22 11:59:04 +00:00

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 864 B

After

Width:  |  Height:  |  Size: 864 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Before After
Before After

View file

@ -284,6 +284,9 @@ function smiley_pack_smilies(&$a,&$b) {
$b['texts'][] = ':pillow';
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/pillow.gif' . '" alt="' . ':pillow' . '" />';
$b['texts'][] = ':yawn';
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/yawn.gif' . '" alt="' . ':yawn' . '" />';
#Fight/Flame/Violent smileys
$b['texts'][] = ':2guns';