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

add linkedin

File:
1 edited

Legend:

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

    r24788 r25178  
    172172    socialbutt_reddit($basename, $root_url, $tpl_vars, $buttons);
    173173  }
     174  if ($conf['SocialButtons']['linkedin']['enabled'])
     175  {
     176    include_once(SOCIALBUTT_PATH . 'include/linkedin.inc.php');
     177    socialbutt_linkedin($basename, $root_url, $tpl_vars, $buttons);
     178  }
    174179 
    175180  unset_make_full_url();
Note: See TracChangeset for help on using the changeset viewer.