mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-08-07 17:32:57 +02:00
remove "no caption" option for facebook (buggy)
fix urls fix pinterest javascript git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@23201 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -14,7 +14,7 @@ function socialbutt_google($basename, $root_url, &$tpl_vars, &$buttons)
|
||||
|
||||
|
||||
// if the link is in the toolbar, we must use smaller buttons
|
||||
if ( $conf['SocialButtons']['position'] == 'index' or $conf['SocialButtons']['position'] == 'toolbar')
|
||||
if ($conf['SocialButtons']['position'] == 'index' or $conf['SocialButtons']['position'] == 'toolbar')
|
||||
{
|
||||
if ($conf['SocialButtons']['google']['size'] == 'tall' and $conf['SocialButtons']['google']['annotation'] == 'bubble')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user