forked from leftypol/leftypol
Show number of pending reports in title, and "unread PM" notice on dashboard
This commit is contained in:
parent
ff1fedca48
commit
80955172e9
2 changed files with 4 additions and 4 deletions
|
@ -170,7 +170,7 @@
|
|||
global $config;
|
||||
|
||||
// Small little hack to add the PM system
|
||||
if(function_exists('create_pm_header') && @$options['mod']) {
|
||||
if(function_exists('create_pm_header') && (@$options['mod'] || @$options['__mod'])) {
|
||||
$options['pm'] = create_pm_header();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue