mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fixed powered_by link in jdots
This commit is contained in:
parent
81f1aad90c
commit
f88e1339c6
@ -600,6 +600,7 @@ abstract class egw_framework
|
||||
$apps['about']['url'] = egw::link('/about.php','app='.$app);
|
||||
$apps['about']['icon'] = common::image('phpgwapi',Array('about','nonav'));
|
||||
$apps['about']['icon_hover'] = common::image_on('phpgwapi',Array('about','nonav'),'-over');
|
||||
$apps['about']['name'] = 'about';
|
||||
|
||||
$apps['logout']['title'] = lang('Logout');
|
||||
$apps['logout']['url'] = egw::link('/logout.php');
|
||||
|
Loading…
Reference in New Issue
Block a user