Ignore:
Timestamp:
Jun 14, 2013, 12:43:50 PM (11 years ago)
Author:
mistic100
Message:

remove "no caption" option for facebook (buggy)
fix urls
fix pinterest javascript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SocialButtons/include/facebook.inc.php

    r20374 r23201  
    1818 
    1919  // if the link is in the toolbar, we must use smaller buttons
    20   if ( $conf['SocialButtons']['position'] == 'index' or $conf['SocialButtons']['position'] == 'toolbar')
     20  if ($conf['SocialButtons']['position'] == 'index' or $conf['SocialButtons']['position'] == 'toolbar')
    2121  {
    2222    if ($conf['SocialButtons']['facebook']['layout'] == 'box_count')
Note: See TracChangeset for help on using the changeset viewer.