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