';
+print '| '.$langs->trans("ProductionMode").' | ';
+$production_mode=(empty($conf->global->IFTTT_PRODUCTION_MODE)?false:true);
+if ($production_mode)
+{
+ print '';
+ print img_picto($langs->trans("Activated"), 'switch_on');
+ print ' | ';
+}
+else
+{
+ print '';
+ print img_picto($langs->trans("Disabled"), 'switch_off');
+ print ' | ';
+}
+print ' | ';
+print '
';
+
+print '