From adba75600a9ad61262c05a3cce7ed6504ca82f1c Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 11 Oct 2015 23:36:23 +0200 Subject: [PATCH] Vier: Support for the new IFTTT addon. --- view/theme/vier/theme.php | 3 +++ 1 file changed, 3 insertions(+) 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");