mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-08-08 09:53:17 +02:00
add pinterest, option to hide counter on facebook button
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@20374 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -31,6 +31,11 @@ if (isset($_POST['submit']))
|
||||
'color' => $_POST['facebook']['color'],
|
||||
'layout' => $_POST['facebook']['layout'],
|
||||
),
|
||||
'pinterest' => array(
|
||||
'enabled' => isset($_POST['pinterest']['enabled']),
|
||||
'layout' => $_POST['pinterest']['layout'],
|
||||
'img_size' => $_POST['pinterest']['img_size'],
|
||||
),
|
||||
);
|
||||
|
||||
conf_update_param('SocialButtons', serialize($conf['SocialButtons']));
|
||||
|
||||
Reference in New Issue
Block a user