]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Support for the new IFTTT addon.
authorMichael Vogel <icarus@dabo.de>
Sun, 11 Oct 2015 21:36:23 +0000 (23:36 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 11 Oct 2015 21:36:23 +0000 (23:36 +0200)
view/theme/vier/theme.php

index e1a75b9512b380a80c18b242ca586780dede0f5f..49d92b93b5d66536c9fd31e35077b56ff0589a36 100644 (file)
@@ -293,6 +293,9 @@ function vier_community_info() {
                if (nodeinfo_plugin_enabled("fbpost"))
                        $r[] = array("photo" => "images/facebook.png", "name" => "Facebook");
 
+               if (nodeinfo_plugin_enabled("ifttt"))
+                       $r[] = array("photo" => "addon/ifttt/ifttt.png", "name" => "IFTTT");
+
                if (nodeinfo_plugin_enabled("statusnet"))
                        $r[] = array("photo" => "images/gnusocial.png", "name" => "GNU Social");