diff options
author | Thomas <rat@rlyeh-military-affairs> | 2012-03-06 23:54:31 +0000 |
---|---|---|
committer | Thomas <rat@rlyeh-military-affairs> | 2012-03-06 23:54:31 +0000 |
commit | 22624917e03b0ea90de19b0808c5435aa04d3613 (patch) | |
tree | 91aab6c7a14d134af96d6d147e3a04df8492a8bb /include/text.php | |
parent | 67456bad067dd06c5775979c07c25c767164da36 (diff) | |
download | volse-hubzilla-22624917e03b0ea90de19b0808c5435aa04d3613.tar.gz volse-hubzilla-22624917e03b0ea90de19b0808c5435aa04d3613.tar.bz2 volse-hubzilla-22624917e03b0ea90de19b0808c5435aa04d3613.zip |
improved smiley transparency
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index e7c95d35c..5ad0154d7 100644 --- a/include/text.php +++ b/include/text.php @@ -782,8 +782,8 @@ function smilies($s, $sample = false) { '<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>', - '<img src="' . $a->get_baseurl() . '/images/beard.jpg" alt=":beard" />', - '<img src="' . $a->get_baseurl() . '/images/whitebeard.jpg" alt=":whitebeard" />' + '<img src="' . $a->get_baseurl() . '/images/smiley-beard.png" alt=":beard" />', + '<img src="' . $a->get_baseurl() . '/images/smiley-whitebeard.png" alt=":whitebeard" />' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s); |