mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
remove "smilie" expansion for Diaspora logo
This commit is contained in:
parent
23718bfc25
commit
eec4cff84b
1 changed files with 2 additions and 2 deletions
|
@ -737,7 +737,7 @@ function smilies($s, $sample = false) {
|
|||
':headdesk',
|
||||
'~friendika',
|
||||
'~friendica',
|
||||
'Diaspora*'
|
||||
// 'Diaspora*'
|
||||
);
|
||||
|
||||
$icons = array(
|
||||
|
@ -778,7 +778,7 @@ function smilies($s, $sample = false) {
|
|||
'<img src="' . $a->get_baseurl() . '/images/smiley-bangheaddesk.gif" alt=":headdesk" />',
|
||||
'<a href="http://project.friendika.com">~friendika <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>',
|
||||
'<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>',
|
||||
'<a href="http://diasporafoundation.org">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>',
|
||||
// '<a href="http://diasporafoundation.org">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>',
|
||||
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue