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

add reddit button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SocialButtons/main.inc.php

    r24757 r24758  
    153153    socialbutt_pinterest($basename, $root_url, $tpl_vars, $buttons);
    154154  }
     155  if ($conf['SocialButtons']['reddit']['enabled'])
     156  {
     157    include_once(SOCIALBUTT_PATH . 'include/reddit.inc.php');
     158    socialbutt_reddit($basename, $root_url, $tpl_vars, $buttons);
     159  }
    155160 
    156161  unset_make_full_url();
Note: See TracChangeset for help on using the changeset viewer.