mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-08 14:14:26 +08:00
Change app favicon
This commit is contained in:
parent
b61142f29b
commit
b6b54b2540
5 changed files with 9 additions and 3 deletions
|
@ -158,7 +158,9 @@ class Service
|
|||
$sResult = \strtr(\file_get_contents(APP_VERSION_ROOT_PATH.'app/templates/Index.html'), array(
|
||||
'{{BaseAppDataScriptLink}}' => ($bAdmin ? APP_INDEX_FILE.'?/AdminAppData/' : APP_INDEX_FILE.'?/AppData/'),
|
||||
'{{BaseAppIndexFile}}' => APP_INDEX_FILE,
|
||||
'{{BaseAppFaviconFile}}' => $aData['FaviconLink'],
|
||||
'{{BaseAppFaviconIcoFile}}' => $aData['FaviconIcoLink'],
|
||||
'{{BaseAppFaviconPngFile}}' => $aData['FaviconPngLink'],
|
||||
'{{BaseAppAppleTouchFile}}' => $aData['AppleTouchLink'],
|
||||
'{{BaseAppMainCssLink}}' => $aData['AppCssLink'],
|
||||
'{{BaseAppBootScriptSource}}' => $sJsBoot,
|
||||
'{{BaseAppLibsScriptLink}}' => $aData['LibJsLink'],
|
||||
|
@ -242,7 +244,9 @@ class Service
|
|||
'Theme' => $sTheme,
|
||||
'Hash' => $this->generateIndexCacheHash($bAppJsDebug, $bAdmin),
|
||||
'LoadingDescription' => $this->oActions->Config()->Get('webmail', 'loading_description', 'RainLoop'),
|
||||
'FaviconLink' => $sStaticPrefix.'favicon.png',
|
||||
'FaviconIcoLink' => $sStaticPrefix.'favicon.ico',
|
||||
'FaviconPngLink' => $sStaticPrefix.'favicon.png',
|
||||
'AppleTouchLink' => $sStaticPrefix.'apple-touch-icon.png',
|
||||
'AppCssLink' => $sStaticPrefix.'css/app'.($bAppCssDebug ? '' : '.min').'.css',
|
||||
'LibJsLink' => $sStaticPrefix.'js/libs.js',
|
||||
'AppJsLink' => $sStaticPrefix.'js/'.($bAdmin ? 'admin' : 'app').($bAppJsDebug ? '' : '.min').'.js'
|
||||
|
|
|
@ -20,10 +20,12 @@
|
|||
document.location.replace('{{BaseAppIndexFile}}?/NoCookie');
|
||||
}
|
||||
</script>
|
||||
<meta name="Author" content="RainLoop Team" />
|
||||
<meta name="robots" content="noindex, nofollow, noodp" />
|
||||
<meta name="google" content="notranslate" />
|
||||
<title></title>
|
||||
<link rel="shortcut icon" href="{{BaseAppFaviconFile}}" />
|
||||
<link rel="shortcut icon" href="{{BaseAppFaviconPngFile}}" type="image/png" />
|
||||
<link rel="apple-touch-icon" href="{{BaseAppAppleTouchFile}}" type="image/png" />
|
||||
<link type="text/css" rel="stylesheet" href="{{BaseAppMainCssLink}}" />
|
||||
<link type="text/css" rel="stylesheet" id="rlThemeLink" />
|
||||
<script type="text/javascript">{{BaseAppBootScriptSource}}</script>
|
||||
|
|
BIN
rainloop/v/0.0.0/static/apple-touch-icon.png
Normal file
BIN
rainloop/v/0.0.0/static/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 832 B |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 832 B |
Loading…
Add table
Reference in a new issue