mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
fix some broken images
This commit is contained in:
parent
16d1fddc52
commit
28ee79b180
@ -25,7 +25,7 @@
|
||||
function about_app()
|
||||
{
|
||||
global $app;
|
||||
$icon = $GLOBALS['phpgw']->common->image($app,'navbar.gif');
|
||||
$icon = $GLOBALS['phpgw']->common->image($app,array('navbar','nonav'));
|
||||
include (PHPGW_INCLUDE_ROOT . "/$app/setup/setup.inc.php");
|
||||
$info = $setup_info[$app];
|
||||
$info['title'] = $GLOBALS['phpgw_info']['apps'][$app]['title'];
|
||||
|
Loading…
Reference in New Issue
Block a user