diff --git a/e107_plugins/pm/pm_menu.php b/e107_plugins/pm/pm_menu.php index a01808ee9..69a9ed33b 100644 --- a/e107_plugins/pm/pm_menu.php +++ b/e107_plugins/pm/pm_menu.php @@ -154,5 +154,9 @@ if(!isset($template)) $txt .= pm_show_popup($pm_inbox, $pm_prefs['popup_delay']); } - $ns->tablerender(LAN_PM, $txt, 'pm'); -} + + //$ns->tablerender(LAN_PM, $txt, 'pm'); + + $caption = varset($pm_prefs['title'], LAN_PM); + $ns->tablerender($caption, $txt, 'pm'); +} \ No newline at end of file