From 328869000967d072950650bb9a6ee7760b877ee3 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 16 Dec 2006 10:22:31 +0000 Subject: Admin menu git-svn-id: http://piwigo.org/svn/trunk@1665 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin.php | 10 +++++++++- template/yoga/admin.tpl | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) 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}
  • + -- cgit v1.2.3