mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
applicationDescription param
This commit is contained in:
@@ -61,6 +61,8 @@ class ClientManager
|
||||
|
||||
private $module;
|
||||
|
||||
private const APP_DESCRIPTION = "EspoCRM - Open Source CRM application.";
|
||||
|
||||
public function __construct(
|
||||
Config $config,
|
||||
ThemeManager $themeManager,
|
||||
@@ -198,6 +200,7 @@ class ClientManager
|
||||
'ajaxTimeout' => $this->config->get('ajaxTimeout') ?? 60000,
|
||||
'libsConfigPath' => $this->libsConfigPath,
|
||||
'internalModuleList' => Json::encode($internalModuleList),
|
||||
'applicationDescription' => $this->config->get('applicationDescription') ?? self::APP_DESCRIPTION,
|
||||
];
|
||||
|
||||
$html = $this->fileManager->getContents($htmlFilePath);
|
||||
|
||||
@@ -6,10 +6,7 @@
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta
|
||||
name="description"
|
||||
content="EspoCRM is Open Source CRM application. Increase profitability through customer loyalty!"
|
||||
>
|
||||
<meta name="description" content="{{applicationDescription}}">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="shortcut icon" sizes="196x196" href="{{basePath}}{{favicon196Path}}">
|
||||
|
||||
Reference in New Issue
Block a user