forked from extern/egroupware
re-added the mainscreen message, seems it got lost in the rework home.php --> home/index.php
This commit is contained in:
parent
73975b00c6
commit
a3d05293d3
@ -71,6 +71,15 @@
|
||||
*/
|
||||
$GLOBALS['egw']->hooks->single('showUpdates','home');
|
||||
|
||||
/*
|
||||
** Display the mainscreen message
|
||||
*/
|
||||
$GLOBALS['egw']->translation->add_app('mainscreen');
|
||||
if (lang('mainscreen_message') != 'mainscreen_message*')
|
||||
{
|
||||
echo '<div style="text-align: center;">' . stripslashes(lang('mainscreen_message')) . "</div>\n";
|
||||
}
|
||||
|
||||
/*
|
||||
** Display the notification window
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user