mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 21:51:14 +01:00
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');
|
$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
|
** Display the notification window
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user