mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Fixes #3925 - PM menu title setting is now respected
Co-Authored-By: Jimako <jimmi08@users.noreply.github.com>
This commit is contained in:
@@ -154,5 +154,9 @@ if(!isset($template))
|
|||||||
$txt .= pm_show_popup($pm_inbox, $pm_prefs['popup_delay']);
|
$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');
|
||||||
}
|
}
|
Reference in New Issue
Block a user