From 90524aa0ce24191735670d592b001f6058c8e5ca Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 23 Sep 2016 17:21:02 -0700 Subject: [PATCH] Removed hard-coded line-breaks from banner-menu template. Issue #6 added missing social plugin LAN. --- e107_plugins/banner/banner_template.php | 2 +- e107_plugins/social/e_shortcode.php | 2 +- e107_plugins/social/languages/English/English_front.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_plugins/banner/banner_template.php b/e107_plugins/banner/banner_template.php index b9ece302b..a99eec0f0 100644 --- a/e107_plugins/banner/banner_template.php +++ b/e107_plugins/banner/banner_template.php @@ -106,7 +106,7 @@ if(!isset($BANNER_MENU_END)) $BANNER_TEMPLATE['menu']['start'] = ""; diff --git a/e107_plugins/social/e_shortcode.php b/e107_plugins/social/e_shortcode.php index dfdfb1f11..e8a1a40d4 100644 --- a/e107_plugins/social/e_shortcode.php +++ b/e107_plugins/social/e_shortcode.php @@ -18,7 +18,7 @@ class social_shortcodes extends e_shortcode public function getProviders() { - $emailMessage = LAN_SOCIAL_LINK_CHK; + $emailMessage = LAN_SOCIAL_005; $tp = e107::getParser(); diff --git a/e107_plugins/social/languages/English/English_front.php b/e107_plugins/social/languages/English/English_front.php index 188988266..d148c5b63 100644 --- a/e107_plugins/social/languages/English/English_front.php +++ b/e107_plugins/social/languages/English/English_front.php @@ -12,6 +12,7 @@ define("LAN_SOCIAL_001", "Like on [x]"); define("LAN_SOCIAL_002", "Email to someone"); define("LAN_SOCIAL_003", "+1 on Google"); define("LAN_SOCIAL_004", "Add to [x]"); +define("LAN_SOCIAL_005", "Check out this link:"); //LAN_SOCIAL_100 to LAN_SOCIAL_199 // Facebook specific