From 5488e86ada315f6f646796a0efa043e6744098b0 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 25 May 2010 22:29:31 +0000 Subject: feature 1697: ability to deactivate the synchronization method to add photos. git-svn-id: http://piwigo.org/svn/branches/2.1@6361 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin.php') diff --git a/admin.php b/admin.php index c80fa508c..25eca3f6e 100644 --- a/admin.php +++ b/admin.php @@ -102,6 +102,7 @@ $template->set_filenames(array('admin' => 'admin.tpl')); $template->assign( array( 'USERNAME' => $user['username'], + 'ENABLE_SYNCHRONIZATION' => $conf['enable_synchronization'], 'U_SITE_MANAGER'=> $link_start.'site_manager', 'U_HISTORY_STAT'=> $link_start.'stats', 'U_FAQ'=> $link_start.'help', -- cgit v1.2.3