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/install.inc.php

    r21232 r23201  
    7979    }
    8080   
     81    if ($new_conf['facebook']['layout'] == 'none')
     82    {
     83      $new_conf['facebook']['layout'] = 'button_count';
     84    }
     85   
    8186    $conf['SocialButtons'] = serialize($new_conf);
    8287    conf_update_param('SocialButtons', $conf['SocialButtons']);
Note: See TracChangeset for help on using the changeset viewer.