From d6733e4f8d51346ce5bffaf6e175ef644f54070d Mon Sep 17 00:00:00 2001 From: rica-carv Date: Sun, 23 Apr 2017 17:48:18 +0100 Subject: [PATCH] Update pm_menu_template.php --- e107_plugins/pm/templates/pm_menu_template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/pm/templates/pm_menu_template.php b/e107_plugins/pm/templates/pm_menu_template.php index 13d0c21eb..ef8e93465 100644 --- a/e107_plugins/pm/templates/pm_menu_template.php +++ b/e107_plugins/pm/templates/pm_menu_template.php @@ -50,7 +50,8 @@ $sc_style['PM_NEWPM_ANIMATE']['post'] = ""; $sc_style['PM_BLOCKED_SENDERS_MANAGE']['pre'] = "
[ "; $sc_style['PM_BLOCKED_SENDERS_MANAGE']['post'] = ' ]'; */ -$PM_MENU_WRAPPER['PM_SEND_PM_LINK']= "

{---}"; +//$PM_MENU_WRAPPER['PM_SEND_PM_LINK']= "

{---}"; +$PM_MENU_WRAPPER['PM_SEND_PM_LINK']= "".LAN_PLUGIN_PM_NEW.""; $PM_MENU_WRAPPER['PM_INBOX_FILLED']=$PM_MENU_WRAPPER['PM_OUTBOX_FILLED']= "[{---}%]"; $PM_MENU_WRAPPER['PM_NEWPM_ANIMATE']= "{---}"; $PM_MENU_WRAPPER['PM_BLOCKED_SENDERS_MANAGE']= "
[ {---} ]";