From: Michael Vogel Date: Sun, 11 Oct 2015 21:36:23 +0000 (+0200) Subject: Vier: Support for the new IFTTT addon. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=adba75600a9ad61262c05a3cce7ed6504ca82f1c;p=friendica.git Vier: Support for the new IFTTT addon. --- diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index e1a75b9512..49d92b93b5 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -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");