[horde] Horde 5.2.6 (final)

Jan Schneider jan at horde.org
Thu Jun 25 15:24:15 UTC 2015


Zitat von Frank Richter <frank.richter at hrz.tu-chemnitz.de>:

> Am 18.06.2015 um 12:54 schrieb Jan Schneider:
>> The Horde Team is pleased to announce the final release of the Horde
>> Application Framework version 5.2.6.
>> [...]
>> The major changes compared to the Horde version 5.2.5 are:
>>    * Display Message Of The Day on mobile login screen.
> Hi,
> thanks for the new versions, they are working well!
>
> Is there an easy way to distinguish in the motd.local.php which  
> information should be shown on mobile screen, on desktop screen, or  
> both?
>
> Thanks,
> Frank
>
> -- 
> Frank Richter
> Technische Universität Chemnitz, Germany

if ($browser->isMobile() &&
     (!isset($conf['user']['force_view']) ||
      !in_array($conf['user']['force_view'], array('basic', 'dynamic')))) {
     // Mobile
} else {
     // Desktop
}

-- 
Jan Schneider
The Horde Project
http://www.horde.org/
https://www.facebook.com/hordeproject



More information about the horde mailing list