diff --git a/e107_plugins/pm/pm_template.php b/e107_plugins/pm/pm_template.php index 22cc1817c..8d263a5aa 100755 --- a/e107_plugins/pm/pm_template.php +++ b/e107_plugins/pm/pm_template.php @@ -27,8 +27,8 @@ if (!defined('e107_INIT')) { exit; } global $sc_style; // Needed for the PM_REPLY shortcode! -if (!defined('PM_READ_ICON')) define('PM_READ_ICON', "".LAN_PM_111.""); -if (!defined('PM_UNREAD_ICON')) define('PM_UNREAD_ICON', "".LAN_PM_27.""); +if (!defined('PM_READ_ICON')) define('PM_READ_ICON', "".LAN_PM_111.""); +if (!defined('PM_UNREAD_ICON')) define('PM_UNREAD_ICON', "".LAN_PM_27.""); $sc_style['PM_ATTACHMENT_ICON']['pre'] = " ";