re-added the mainscreen message, seems it got lost in the rework home.php --> home/index.php

This commit is contained in:
Ralf Becker 2005-11-25 08:23:18 +00:00
parent 73975b00c6
commit a3d05293d3

View File

@ -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
*/