1234567891011121314151617 |
- <?php
- /**
- * Default settings for the lsb plugin
- *
- * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
- */
- //$conf['fixme'] = 'FIXME';
- $conf['networks'] = 'twitter facebook googleplus linkedin pinterest tumblr reddit taringa stumbleupon telegram hackernews xing vk email';
- $conf['display'] = 'color';
- $conf['target'] = '_blank';
- $conf['twitter_user'] = '';
|