1<?php 2/** 3 * Default settings for the lsb plugin 4 * 5 * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com> 6 */ 7 8//$conf['fixme'] = 'FIXME'; 9 10 11$conf['networks'] = 'twitter facebook googleplus linkedin pinterest tumblr reddit taringa stumbleupon telegram hackernews xing vk email'; 12 13$conf['display'] = 'color'; 14 15$conf['target'] = '_blank'; 16 17$conf['twitter_user'] = ''; 18