mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 08:02:59 +02:00
Admin menu
git-svn-id: http://piwigo.org/svn/trunk@1665 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user