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");