From 7c2c49d9b10104e0850f536d33588b8216416a45 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 6 Dec 2014 18:42:29 +0100 Subject: added diaspora sharing --- themes/_global/img/icons/diaspora-icon--black.png | Bin 0 -> 1555 bytes themes/_global/img/icons/diaspora-icon--white.png | Bin 0 -> 612 bytes themes/baggy/view.twig | 1 + 3 files changed, 1 insertion(+) create mode 100644 themes/_global/img/icons/diaspora-icon--black.png create mode 100644 themes/_global/img/icons/diaspora-icon--white.png (limited to 'themes') diff --git a/themes/_global/img/icons/diaspora-icon--black.png b/themes/_global/img/icons/diaspora-icon--black.png new file mode 100644 index 00000000..32bca194 Binary files /dev/null and b/themes/_global/img/icons/diaspora-icon--black.png differ diff --git a/themes/_global/img/icons/diaspora-icon--white.png b/themes/_global/img/icons/diaspora-icon--white.png new file mode 100644 index 00000000..fc48d47c Binary files /dev/null and b/themes/_global/img/icons/diaspora-icon--white.png differ diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index c8196885..37f1a984 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -15,6 +15,7 @@ {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} + {% if constant('SHARE_DIASPORA') == 1 %}
  • {% trans "diaspora" %}
  • {% endif %} {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}
  • {% trans "flattr" %}
  • {% elseif flattr.status == constant('FLATTRED') %}
  • {% trans "flattr" %} ({{ flattr.numFlattrs }})
  • {% endif %}{% endif %} {% if constant('CARROT') == 1 %}
  • Carrot
  • {% endif %} {% if constant('SHOW_PRINTLINK') == 1 %}
  • {% trans "Print" %}
  • {% endif %} -- cgit v1.2.3