mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
add literati file
This commit is contained in:
parent
f1798c570a
commit
3cf2040bf5
@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
include(PHPGW_INCLUDE_ROOT.'/calendar/inc/hook_home_'.$_page.'.inc.php');
|
include(PHPGW_INCLUDE_ROOT.'/calendar/inc/hook_home_'.$_page.'.inc.php');
|
||||||
|
|
||||||
$title = '<font color="#FFFFFF">'.lang('Calendar').'</font>';
|
$title = lang('Calendar');
|
||||||
|
|
||||||
$portalbox = CreateObject('phpgwapi.listbox',
|
$portalbox = CreateObject('phpgwapi.listbox',
|
||||||
Array(
|
Array(
|
||||||
@ -63,8 +63,7 @@
|
|||||||
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||||
'width' => '100%',
|
'width' => '100%',
|
||||||
'outerborderwidth' => '0',
|
'outerborderwidth' => '0',
|
||||||
'header_background_image' =>
|
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
|
||||||
$GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user