mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
change semicolon to comma on line 164
This commit is contained in:
parent
4be7d21958
commit
6abb513b98
@ -161,7 +161,7 @@
|
|||||||
if ($GLOBALS['phpgw_info']['server']['showpoweredbyon'] == 'bottom')
|
if ($GLOBALS['phpgw_info']['server']['showpoweredbyon'] == 'bottom')
|
||||||
{
|
{
|
||||||
$var = Array(
|
$var = Array(
|
||||||
'powered' => lang('Powered by phpGroupWare version x', $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
|
'powered' => lang('Powered by phpGroupWare version x', $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']),
|
||||||
'img_root' => PHPGW_IMAGES_DIR,
|
'img_root' => PHPGW_IMAGES_DIR,
|
||||||
'power_backcolor' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
'power_backcolor' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||||
'power_textcolor' => $GLOBALS['phpgw_info']['theme']['navbar_text']
|
'power_textcolor' => $GLOBALS['phpgw_info']['theme']['navbar_text']
|
||||||
|
Loading…
Reference in New Issue
Block a user