Ignore:
Timestamp:
Oct 5, 2013, 12:02:41 AM (11 years ago)
Author:
mistic100
Message:

add reddit button

Location:
extensions/SocialButtons/include
Files:
1 added
1 edited

Legend:

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

    r24757 r24758  
    3838        'img_size' => 'Original',
    3939        ),
     40      'reddit' => array(
     41        'enabled' => true,
     42        'type' => 'interactive',
     43        'community' => null,
     44        ),
    4045      );
    4146   
     
    7681    }
    7782   
     83    if (empty($new_conf['reddit']))
     84    {
     85      $new_conf['reddit'] = array(
     86        'enabled' => false,
     87        'type' => 'interactive',
     88        'community' => null,
     89        );
     90    }
     91   
    7892    if (!isset($new_conf['on_index']))
    7993    {
Note: See TracChangeset for help on using the changeset viewer.