aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2006-12-16 10:22:31 +0000
committervdigital <vdigital@piwigo.org>2006-12-16 10:22:31 +0000
commit328869000967d072950650bb9a6ee7760b877ee3 (patch)
tree1549ed3985be7f1c9b7f47de2c3b1bce4677c8fd /admin.php
parent5e9f3507cdcc5f1422d4b2228fb4cc18d07902ba (diff)
Admin menu
git-svn-id: http://piwigo.org/svn/trunk@1665 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php10
1 files changed, 9 insertions, 1 deletions
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(