Changeset 23201 for extensions/SocialButtons/include/google.inc.php
- Timestamp:
- Jun 14, 2013, 12:43:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SocialButtons/include/google.inc.php
r20374 r23201 15 15 16 16 // if the link is in the toolbar, we must use smaller buttons 17 if ( $conf['SocialButtons']['position'] == 'index' or$conf['SocialButtons']['position'] == 'toolbar')17 if ($conf['SocialButtons']['position'] == 'index' or $conf['SocialButtons']['position'] == 'toolbar') 18 18 { 19 19 if ($conf['SocialButtons']['google']['size'] == 'tall' and $conf['SocialButtons']['google']['annotation'] == 'bubble')
Note: See TracChangeset
for help on using the changeset viewer.