mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-08-07 17:32:57 +02:00
add light mode: no script loaded
tests in migration task add an id to the div on picture page git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@24757 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -11,6 +11,7 @@ if (isset($_POST['submit']))
|
||||
$conf['SocialButtons'] = array(
|
||||
'position' => $_POST['position'],
|
||||
'on_index' => get_boolean($_POST['on_index']),
|
||||
'light' => isset($_POST['light']),
|
||||
'twitter' => array(
|
||||
'enabled' => isset($_POST['twitter']['enabled']),
|
||||
'size' => $_POST['twitter']['size'],
|
||||
|
||||
Reference in New Issue
Block a user