From 0047c655f869bb9db8896235c2f3b3f69281f58b Mon Sep 17 00:00:00 2001 From: Moc Date: Sun, 10 Aug 2014 16:29:51 +0200 Subject: [PATCH] Added Github and Flickr to XURL_ICONS (social) shortcode --- e107_plugins/social/e_shortcode.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/social/e_shortcode.php b/e107_plugins/social/e_shortcode.php index d8715bf47..552f249c9 100644 --- a/e107_plugins/social/e_shortcode.php +++ b/e107_plugins/social/e_shortcode.php @@ -22,13 +22,14 @@ class social_shortcodes extends e_shortcode { $social = array( - 'rss' => array('href'=> (e107::isInstalled('rss_menu') ? e_PLUGIN_ABS."rss_menu/rss.php?news.2" : ''), 'title'=>'Feed'), 'facebook' => array('href'=> deftrue('XURL_FACEBOOK'), 'title'=>'Facebook'), 'twitter' => array('href'=> deftrue('XURL_TWITTER'), 'title'=>'Twitter'), 'google-plus' => array('href'=> deftrue('XURL_GOOGLE'), 'title'=>'Google Plus'), 'linkedin' => array('href'=> deftrue('XURL_LINKEDIN'), 'title'=>'LinkedIn'), + 'github' => array('href'=> deftrue('XURL_GITHUB'), 'title'=>'Github'), 'pinterest' => array('href'=> deftrue('XURL_PINTEREST'), 'title'=>'Pinterest'), + 'flickr' => array('href'=> deftrue('XURL_FLICKR'), 'title'=>'Flickr'), 'instagram' => array('href'=> deftrue('XURL_INSTAGRAM'), 'title'=>'Instagram'), 'youtube' => array('href'=> deftrue('XURL_YOUTUBE'), 'title'=>'YouTube'), 'vimeo' => array('href'=> deftrue('XURL_VIMEO'), 'title'=>'Vimeo')