Ignore:
Timestamp:
Oct 27, 2013, 3:34:59 PM (11 years ago)
Author:
mistic100
Message:

add linkedin

File:
1 edited

Legend:

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

    r24788 r25178  
    4141        'type' => 'interactive',
    4242        'community' => null,
     43        ),
     44      'linkedin' => array(
     45        'enabled' => true,
     46        'counter' => 'right',
    4347        ),
    4448      );
     
    8892    }
    8993   
     94    if (empty($new_conf['linkedin']))
     95    {
     96      $new_conf['linkedin'] = array(
     97        'enabled' => false,
     98        'counter' => 'right',
     99        );
     100    }
     101   
    90102    if (!isset($new_conf['on_index']))
    91103    {
Note: See TracChangeset for help on using the changeset viewer.