diff --git a/admin.php b/admin.php index 283b4c332..a4bf4af82 100644 --- a/admin.php +++ b/admin.php @@ -108,7 +108,15 @@ $template->assign_vars( 'L_ADMIN_HINT' => $lang['hint_admin'] ) ); - +if ($conf['allow_web_services']) +{ + $template->assign_block_vars( + 'web_services', + array( + 'U_WS_CHECKER'=> $link_start.'ws_checker', + ) + ); +} if ($conf['allow_random_representative']) { $template->assign_block_vars( diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index 7f1c46ea7..dc3f91b18 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -21,6 +21,9 @@
  • {lang:nbm_item_notification}
  • {lang:Plugins}
  • {lang:Advanced_features}
  • + +
  • {lang:web_services}
  • +