From b13ed2ac6e4c8021b6987cde328a708caed09be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sat, 17 Sep 2016 08:39:42 +0200 Subject: [PATCH] Update e_shortcode.php Add new lang code --- e107_plugins/pm/e_shortcode.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/pm/e_shortcode.php b/e107_plugins/pm/e_shortcode.php index a98daaadf..889d9752d 100644 --- a/e107_plugins/pm/e_shortcode.php +++ b/e107_plugins/pm/e_shortcode.php @@ -67,7 +67,7 @@ class pm_shortcodes extends e_shortcode '.LAN_PLUGIN_PM_INBOX.' '.LAN_PLUGIN_PM_OUTBOX.' - '.LAN_PM_35.' + '.LAN_PLUGIN_PM_NEW.' '; @@ -111,7 +111,7 @@ class pm_shortcodes extends e_shortcode if(deftrue('FONTAWESOME') && deftrue('BOOTSTRAP')) { $img = e107::getParser()->toGlyph($glyph,''); - return "{$img} ".LAN_PM_35.""; + return "{$img} ".LAN_PLUGIN_PM_NEW.""; } @@ -140,4 +140,4 @@ class pm_shortcodes extends e_shortcode -} \ No newline at end of file +}