mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 08:50:07 +01:00
prevent compile error in translation tools when searching new phrases
This commit is contained in:
parent
a12070b61f
commit
fab981c160
@ -22,8 +22,10 @@
|
|||||||
'developer_tools' => $GLOBALS['egw']->link('/index.php','menuaction=developer_tools.uilangfile.index'),
|
'developer_tools' => $GLOBALS['egw']->link('/index.php','menuaction=developer_tools.uilangfile.index'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if($GLOBALS['egw_info']['flags']['currentapp'] == 'etemplate')
|
||||||
|
{
|
||||||
display_sidebox($appname,$menu_title,$file);
|
display_sidebox($appname,$menu_title,$file);
|
||||||
|
}
|
||||||
$menu_title = lang('Documentation');
|
$menu_title = lang('Documentation');
|
||||||
$docs = $GLOBALS['egw_info']['server']['webserver_url'].'/etemplate/doc/';
|
$docs = $GLOBALS['egw_info']['server']['webserver_url'].'/etemplate/doc/';
|
||||||
$file = Array(
|
$file = Array(
|
||||||
@ -50,4 +52,8 @@
|
|||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if($GLOBALS['egw_info']['flags']['currentapp'] == 'etemplate')
|
||||||
|
{
|
||||||
display_sidebox($appname,$menu_title,$file);
|
display_sidebox($appname,$menu_title,$file);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user